File: mediaprmP.h

package info (click to toggle)
fdutils 5.5-20060227-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,568 kB
  • sloc: ansic: 6,296; sh: 3,081; makefile: 252; sed: 4
file content (12 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
void mediaprm_match(char *name, int mode);
void mediaprm_init_search(char *name);
void mediaprm_stop_if_found(void);
int mediaprm_set_int(char *name);
void mediaprm_zero_all(void);

extern FILE *mediaprmin;

#define YY_DECL int mediaprmlex(char *name, struct keyword_l *ids, int size, \
			       int *mask, int *found)

YY_DECL;