]> diplodocus.org Git - nmh/blob - sbr/arglist.h
sendsbr.c: Move interface to own file.
[nmh] / sbr / arglist.h
1 /* arglist.h -- Routines for handling argument lists for execvp() and friends
2 *
3 * This code is Copyright (c) 2017, by the authors of nmh. See the
4 * COPYRIGHT file in the root directory of the nmh distribution for
5 * complete copyright information. */
6
7 char **argsplit(char *, char **, int *) NONNULL(1, 2);
8 void arglist_free(char *, char **);
9 void argsplit_msgarg(struct msgs_array *, char *, char **) NONNULL(1, 2, 3);
10 void argsplit_insert(struct msgs_array *, char *, char **) NONNULL(1, 2, 3);