mirror of
https://github.com/ecki/net-tools.git
synced 2025-04-12 03:53:03 +00:00
8 lines
186 B
C
8 lines
186 B
C
/*
|
|
* prototypes for proc.c
|
|
*/
|
|
char *proc_gen_fmt(const char *name, int more, FILE * fh,...);
|
|
int proc_guess_fmt(const char *name, FILE* fh,...);
|
|
FILE *proc_fopen(const char *name);
|
|
|