aboutsummaryrefslogtreecommitdiff
blob: 0f4ed934457a5f45ccc69bd9abdc3863d045ebe8 (plain)
1
2
3
4
5
6
7
/* 
 * prototypes for proc.c
 */
char *proc_gen_fmt(char *name, int more, FILE * fh,...);
int   proc_guess_fmt(char *name, FILE* fh,...);
FILE *proc_fopen(const char *name);