X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e4dc6d154b593b5fc0baa96091a2fbd4ec59ba89..685dd439ef0166954c59c3f8a2f6903d0a7cbab9:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 3f2caee8..a3263195 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -23,11 +23,16 @@ char *etcpath(char *); /* * prototypes from the nmh subroutine library */ + +struct msgs_array; + void adios (char *, char *, ...) NORETURN; void admonish (char *, char *, ...); void advertise (char *, char *, char *, va_list); void advise (char *, char *, ...); char **argsplit (char *, char **, int *); +void argsplit_msgarg (struct msgs_array *, char *, char **); +void argsplit_insert (struct msgs_array *, char *, char **); void arglist_free (char *, char **); void ambigsw (char *, struct swit *); int atooi(char *);