]> diplodocus.org Git - nmh/blobdiff - h/prototypes.h
Shrink the static char[] for "%d" from 8KiB to just right.
[nmh] / h / prototypes.h
index a6c412e2ff09e6ed53394a98f73a393259632016..f06322b508c6ef0fdb91c3132a7dc7bb09d740db 100644 (file)
@@ -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);