X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4fb142af4ad2ca73d141cc04af24e7c1b62f8a77..24ca4cf3b0f5e02735ea716163a880b2b5cc8b49:/uip/repl.c diff --git a/uip/repl.c b/uip/repl.c index ef76eb01..e588799e 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -5,10 +5,34 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "whatnowproc.h" +#include "annosbr.h" +#include "sbr/m_name.h" +#include "sbr/getarguments.h" +#include "sbr/read_switch_multiword.h" +#include "sbr/concat.h" +#include "sbr/seq_setprev.h" +#include "sbr/seq_setcur.h" +#include "sbr/seq_save.h" +#include "sbr/showfile.h" +#include "sbr/smatch.h" +#include "sbr/refile.h" +#include "sbr/m_draft.h" +#include "sbr/m_convert.h" +#include "sbr/getfolder.h" +#include "sbr/folder_read.h" +#include "sbr/context_save.h" +#include "sbr/context_replace.h" +#include "sbr/context_find.h" +#include "sbr/ambigsw.h" +#include "sbr/path.h" +#include "sbr/print_version.h" +#include "sbr/print_help.h" +#include "sbr/error.h" +#include "h/mime.h" #include "h/done.h" -#include +#include "h/utils.h" #include "sbr/m_maildir.h" #include "replsbr.h" @@ -472,7 +496,7 @@ try_it_again: return 1; } -void +static void docc (char *cp, int ccflag) { switch (smatch (cp, ccswitches)) { @@ -508,9 +532,10 @@ docc (char *cp, int ccflag) * The ARGS pseudoheader is optional, but we always add it when * -convertargs is used. */ -void +static void add_convert_header (const char *convert_type, char *convert_arg, - char *filename, char *drft) { + char *filename, char *drft) +{ char *field_name; field_name = concat (MHBUILD_FILE_PSEUDOHEADER, convert_type, NULL);