X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=fcc8f0c9085a0a4fa1f7b1053e81f8f38a595d4c;hb=3a84d814004fd4557bf4f44952648e9e69bd22a8;hp=52fab3aa7fe4e8dcf05fc2f2507bb78b88dc6cfc;hpb=ae31d21710465851fdecc8e5fb447e690b83a9f4;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 52fab3a..fcc8f0c 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -1,8 +1,6 @@ /* * prototypes.h -- various prototypes - * - * $Id$ */ /* @@ -25,7 +23,7 @@ char *etcpath(char *); /* * prototypes from the nmh subroutine library */ -void adios (char *, char *, ...); +void adios (char *, char *, ...) NORETURN; void admonish (char *, char *, ...); void advertise (char *, char *, char *, va_list); void advise (char *, char *, ...); @@ -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 *); @@ -78,8 +77,8 @@ char *m_maildir (char *); char *m_mailpath (char *); 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 *); @@ -91,7 +90,7 @@ int pidwait (pid_t, int); int pidstatus (int, FILE *, char *); char *pluspath(char *); void print_help (char *, struct swit *, int); -void print_sw (char *, struct swit *, char *); +void print_sw (char *, struct swit *, char *, FILE *); void print_version (char *); void push (void); char *pwd (void); @@ -126,18 +125,6 @@ int uprf (char *, char *); int vfgets (FILE *, char **); char *write_charset_8bit (void); -#ifdef RPATHS -int get_returnpath (char *, int, char *, int); -#endif - -/* - * prototypes for compatibility functions in library - */ -#ifndef HAVE_SNPRINTF_PROTOTYPE -int snprintf (char *, size_t, const char *, ...); -int vsnprintf (char *, size_t, const char *, va_list); -#endif - int mh_strcasecmp (const char *s1, const char *s2); int strncasecmp (const char *s1, const char *s2, size_t n);