![]() ![]() | ![]() |
version 1.3, 2022/03/29 20:16:20 | version 1.4, 2022/03/29 21:23:50 | ||
---|---|---|---|
|
|
||
#ifndef CONFIG_H | #ifndef CONFIG_H | ||
#define CONFIG_H | #define CONFIG_H | ||
static struct file { | |||
FILE *stream; | |||
char *name; | |||
size_t ungetpos; | |||
size_t ungetsize; | |||
u_char *ungetbuf; | |||
int eof_reached; | |||
int lineno; | |||
} *f; | |||
struct blind * config_init(void); | struct blind * config_init(void); | ||
int config_perm(int, const char *); | int config_perm(int, const char *); | ||