summaryrefslogtreecommitdiffstats
path: root/conf/conf.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-11-04 14:53:47 +0100
committerMartin Mares <mj@ucw.cz>1999-11-04 14:53:47 +0100
commitdf8b85e33f6df0567127efdd80acf98ba6f3ffea (patch)
tree2a7692ae6467d4f28adc50fdf400e5f448aa11b5 /conf/conf.h
parentc8f61a01ea1862d0c0a3ec4cc15c5d49e1366725 (diff)
downloadbird-df8b85e33f6df0567127efdd80acf98ba6f3ffea.tar
bird-df8b85e33f6df0567127efdd80acf98ba6f3ffea.zip
Silly bug.
Diffstat (limited to 'conf/conf.h')
-rw-r--r--conf/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/conf.h b/conf/conf.h
index 0908324..47b67e7 100644
--- a/conf/conf.h
+++ b/conf/conf.h
@@ -76,8 +76,8 @@ void cf_lex_init(int is_cli);
struct symbol *cf_find_symbol(byte *c);
struct symbol *cf_default_name(char *prefix, int *counter);
void cf_define_symbol(struct symbol *symbol, int type, void *def);
-void cf_push_context(struct symbol *);
-void cf_pop_context(void);
+void cf_push_scope(struct symbol *);
+void cf_pop_scope(void);
/* Parser */