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