]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - conf/cf-lex.l
Conf: Move definition of struct keyword to conf.h
[thirdparty/bird.git] / conf / cf-lex.l
index cee0e63e90afa7b577c540cf2d474b4778522fb5..dd62e31a3821b40e9d13bc1c62e55cf0bb3e8579 100644 (file)
 #include "lib/string.h"
 #include "lib/hash.h"
 
-struct keyword {
-  byte *name;
-  int value;
-};
-
 #include "conf/keywords.h"
 
 /* Could be defined by Bison in cf-parse.tab.h, inteferes with SYM hash */