File: tag.h

package info (click to toggle)
shell-fm 0.7%2Bgit20100414-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 444 kB
  • ctags: 305
  • sloc: ansic: 4,422; makefile: 135; python: 80; haskell: 76; sh: 67; perl: 19
file content (11 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11

#ifndef SHELLFM_TAG
#define SHELLFM_TAG

extern void tag(struct hash);
extern void stripslashes(char *);
extern void sendtag(char, char *, struct hash);
extern int tagcomplete(char *, const unsigned, int);
char * oldtags(char, struct hash);

#endif