#ifndef HEADER_FORMAT
#define HEADER_FORMAT

char *fgetformat(const char *type);
char *fgetpathnames(const char *type, int server, int argc,
		    const char * const * argv);
char *fparsev(const char *type, int server, int argc,
	      const char * const * argv);
char *fparse(char *type, int server, int arguments, ...);
void fdisplayv(const char *type, int server, int argc,
	       const char * const * argv);
void fdisplay(char *type, int server, int arguments, ...);
int fexists(const char *type);

extern char *fparse_result;

#endif


syntax highlighted by Code2HTML, v. 0.9.1