fixes coming from the powerpc port
[lttv.git] / ltt / branches / poly / ltt / parser.h
index ec360f8444ce5b3466f49abb3004282427961a25..a447d6db03c3cca91b1bbc727cd8911aa1959bfb 100644 (file)
@@ -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);
This page took 0.022583 seconds and 4 git commands to generate.