summaryrefslogtreecommitdiffstats
path: root/support/include/xio.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/xio.h')
-rw-r--r--support/include/xio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/include/xio.h b/support/include/xio.h
index 608d265..a8e288e 100644
--- a/support/include/xio.h
+++ b/support/include/xio.h
@@ -18,7 +18,7 @@ int xflock(char *fname, char *type);
void xfunlock(int lockid);
void xfclose(XFILE *xfp);
int xgettok(XFILE *xfp, char sepa, char *tok, int len);
-char xgetc(XFILE *xfp);
+int xgetc(XFILE *xfp);
void xungetc(int c, XFILE *xfp);
void xskip(XFILE *xfp, char *str);
char xskipcomment(XFILE *xfp);