X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=1bc19d43aee56384ebd2d7c491041ba844c56e2a;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hp=1de40677a295f493970eb6e81328c917b4aeed6e;hpb=6b7218e1ae606329bf2e45b08e2e46cb9f0fc998;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 1de4067..1bc19d4 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 *);