diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-26 21:37:29 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-26 21:37:29 +0000 |
commit | 4ba84ebc8285c3a5c556fc769101cc29cb3d3708 (patch) | |
tree | a8f532314dbde727e7865e005863da28f58269c2 /conf/conf.h | |
parent | 241b7311ec5a091b7f3e1a1f2a776f3ef403c500 (diff) |
Slightly better generator of default protocol instance names.
Diffstat (limited to 'conf/conf.h')
-rw-r--r-- | conf/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.h b/conf/conf.h index 69f4a02e..5ceb4af0 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -67,7 +67,7 @@ extern int conf_lino; void cf_lex_init_tables(void); int cf_lex(void); void cf_lex_init(int flag); -struct symbol *cf_default_name(char *prefix); +struct symbol *cf_default_name(char *prefix, int *counter); /* Parser */ |