]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Silly bug.
authorMartin Mares <mj@ucw.cz>
Thu, 4 Nov 1999 13:53:47 +0000 (13:53 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 4 Nov 1999 13:53:47 +0000 (13:53 +0000)
conf/conf.h

index 0908324bc5d41e698b7cd3e57564a0a060947d5f..47b67e7a362babb7d70226e8b4c968b30cfb1085 100644 (file)
@@ -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 */