X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fxio.h;h=a8e288e6a726714db92b02c083e2f002533635aa;hp=858f5bbd846a38dc486b23b36ed0e11736c19a7b;hb=7a1b307cfbdbb2364274252b21094d9f2207342b;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 diff --git a/support/include/xio.h b/support/include/xio.h index 858f5bb..a8e288e 100644 --- a/support/include/xio.h +++ b/support/include/xio.h @@ -18,8 +18,8 @@ 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); -void xungetc(char c, XFILE *xfp); +int xgetc(XFILE *xfp); +void xungetc(int c, XFILE *xfp); void xskip(XFILE *xfp, char *str); char xskipcomment(XFILE *xfp);