X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=genevent%2Fparser.h;h=a447d6db03c3cca91b1bbc727cd8911aa1959bfb;hb=3aa70304f20ae8854db91f9c8d7b517e84993bba;hp=ec360f8444ce5b3466f49abb3004282427961a25;hpb=79ae5becfad40935a543fa270d73fbfc77bd0c31;p=lttv.git diff --git a/genevent/parser.h b/genevent/parser.h index ec360f84..a447d6db 100644 --- a/genevent/parser.h +++ b/genevent/parser.h @@ -64,7 +64,7 @@ char *getQuotedString(parse_file_t *in); char *getName(parse_file_t *in); int getNumber(parse_file_t *in); char *getEqual(parse_file_t *in); -char seekNextChar(parse_file_t *in); +int seekNextChar(parse_file_t *in); void skipComment(parse_file_t * in); void skipEOL(parse_file_t * in);