aboutsummaryrefslogtreecommitdiff
path: root/cat.h
diff options
context:
space:
mode:
Diffstat (limited to 'cat.h')
-rw-r--r--cat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cat.h b/cat.h
index 2a2e494..da5e7ed 100644
--- a/cat.h
+++ b/cat.h
@@ -19,7 +19,7 @@
/* Function prototypes so that I can refer to these functions in main() before
* I actually define them */
int cfn(const char *fn, void *buf);
-int cfd(int fd, void *buf);
+int cfp(FILE *fp, void *buf);
#endif