X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/90edb255effd0d29d94e662ca5bf3e9eda7ed122..9b4b9262bef0487bd713fd0e09cd36cd2a859cda:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index a17d12f9..51031431 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -53,7 +53,6 @@ int context_foil (char *); void context_read (void); void context_replace (char *, char *); void context_save (void); -char *copy (const char *, char *); char **copyip (char **, char **, int); void cpydata (int, int, const char *, const char *); void cpydgst (int, int, char *, char *); @@ -312,7 +311,6 @@ void nmh_clear_screen(void); char *nmh_getpass(const char *); char *new_fs (char *, char *, char *); char *path(char *, int); -int peekc(FILE *ib); int pidwait (pid_t, int); int pidstatus (int, FILE *, char *); char *pluspath(char *);