diff options
Diffstat (limited to 'pith/readfile.h')
-rw-r--r-- | pith/readfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/readfile.h b/pith/readfile.h index 485144be..4be766f1 100644 --- a/pith/readfile.h +++ b/pith/readfile.h @@ -30,6 +30,6 @@ * Exported Prototypes */ char *read_file(char *, int); - +int our_copy(char *, char *); #endif /* PITH_READFILE_INCLUDED */ |