summaryrefslogtreecommitdiffstats
path: root/fgetc.h
diff options
context:
space:
mode:
Diffstat (limited to 'fgetc.h')
-rw-r--r--fgetc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fgetc.h b/fgetc.h
index 3948588..4359d26 100644
--- a/fgetc.h
+++ b/fgetc.h
@@ -9,7 +9,7 @@
int
my_fgetc(FILE * input);
-void
+int
my_ungetc(int c, FILE * input);
#endif