Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 430230
Collapse All | Expand All

(-)a/src/lex.l (-1 / +1 lines)
Lines 17-23 Link Here
17
int linec;
17
int linec;
18
#include "util.h"
18
#include "util.h"
19
extern list_t *root_list;
19
extern list_t *root_list;
20
void yyparse(void);
20
int yyparse(void);
21
void free_conf(list_t*);
21
void free_conf(list_t*);
22
int conf_error;
22
int conf_error;
23
typedef struct bip bip_t;
23
typedef struct bip bip_t;

Return to bug 430230