X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/84eab76878a164bccf894eac3ef659995be48280..3b2ca65d6c8ffd443caa93bf89b0f9b61d9a4919:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index a6c412e2..f06322b5 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -167,7 +167,9 @@ char **getarguments (char *, int, char **, int); */ char *get_charset(void); -char *getcpy (const char *); +/* Return malloc'd copy of str, or of "" if NULL, exit on failure. */ +char *getcpy(const char *str); + char *get_default_editor(void); char *getfolder(int);