Skip to content

Commit

Permalink
added proto for yylex
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed May 10, 2024
1 parent 5878b0a commit 0a13947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logalert-x/parsers.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ void handle_entry_args(unsigned int a_id, char *value);
int new_entry_conf(struct entry_conf **new, char *name);
int handle_entry_conf(char *pname);
int yyerror(char *fmt, ...);
int yylex (void);
int handle_conf_file(const char *file);
int exec_parser(struct entry_conf *p, char *value);
int regex_parser(struct entry_conf *p, char *value);
Expand Down

0 comments on commit 0a13947

Please sign in to comment.