X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6b7218e1ae606329bf2e45b08e2e46cb9f0fc998..a940963381421de5cd0354c6fd1491754b5d1f5c:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 1de40677..1bc19d43 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -1,8 +1,6 @@ /* * prototypes.h -- various prototypes - * - * $Id$ */ /* @@ -33,6 +31,7 @@ void ambigsw (char *, struct swit *); int atooi(char *); char **brkstring (char *, char *, char *); int check_charset (char *, int); +int client(char *, char *, char *, int, int); void closefds(int); char *concat (char *, ...); int context_del (char *); @@ -80,6 +79,8 @@ char *m_name (int); int m_putenv (char *, char *); char *m_scratch (char *, char *); char *m_tmpfil (char *); +char *m_mktemp(const char *, int *, FILE **); +char *m_mktemp2(const char *, const char *, int *, FILE **); void m_unknown(FILE *); int makedir (char *); char *nmh_getpass(const char *);