From: Ralph Corderoy Date: Mon, 15 May 2017 17:47:46 +0000 (+0100) Subject: h/prototypes.h: Remove duplicate prototype for pwd(). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/1d5e6d0340ba258b34b85ccdac4c402ccf4fd51e?ds=inline;hp=--cc h/prototypes.h: Remove duplicate prototype for pwd(). It is already in h/utils.h. --- 1d5e6d0340ba258b34b85ccdac4c402ccf4fd51e diff --git a/h/prototypes.h b/h/prototypes.h index 9f8dc2ea..0541f515 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -313,7 +313,6 @@ void print_intro (FILE *, int); void print_sw (const char *, const struct swit *, char *, FILE *); void print_version (char *); void push (void); -char *pwd (void); char *r1bindex(char *, int); void readconfig (struct node **, FILE *, const char *, int); int refile (char **, char *);