From 8450be97d6ffb052fce95292d39c3f67afbcdc1c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 27 Nov 1998 21:07:02 +0000 Subject: Added generator of default names. --- conf/conf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/conf.h') diff --git a/conf/conf.h b/conf/conf.h index d49ee5d..0853ae8 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -26,12 +26,14 @@ struct symbol { }; #define SYM_VOID 0 +#define SYM_PROTO 1 void cf_lex_init_tables(void); int cf_lex(void); void cf_lex_init(int flag); void cf_error(char *msg) NORET; void cf_allocate(void); +struct symbol *cf_default_name(char *prefix); /* Parser */ -- cgit v1.2.3