X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3a6910790ab3a1d75a3c53827e0fb4f8523e82af..d79618303ff42aa5e0bc2dba51fdd7b385bc97d4:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index f12bf371..c0a12b58 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -110,9 +110,6 @@ char **getarguments (char *, int, char **, int); */ char *get_charset(void); -/* Return malloc'd copy of str, or of "" if NULL, exit on failure. */ -char *getcpy(const char *str); - m_getfld_state_t m_getfld_state_init(FILE *iob); void m_getfld_state_reset (m_getfld_state_t *); void m_getfld_state_destroy (m_getfld_state_t *);