X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fxio.h;fp=support%2Finclude%2Fxio.h;h=a8e288e6a726714db92b02c083e2f002533635aa;hp=608d265e38134af3243bc3be08ec7e0940ecf8af;hb=b5cb3f2f03186c514af01b835296da084ae286d9;hpb=2da8f89b798fc5d811fc4b252ca8ad7461d07fbd 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);