X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=baf40d94a8d298c584b170593a35449bc9ad7acb;hp=5ddd467fc911a94d32e13aaf0711ae900cc6a89e;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/h/prototypes.h b/h/prototypes.h index 5ddd467..baf40d9 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -1,10 +1,10 @@ /* - * prototypes.h -- various prototypes - */ +** prototypes.h -- various prototypes +*/ /* - * missing system prototypes - */ +** missing system prototypes +*/ #ifndef HAVE_TERMCAP_H extern int tgetent (char *bp, char *name); extern int tgetnum (char *id); @@ -15,13 +15,13 @@ extern int tputs (char *cp, int affcnt, int (*outc) (int)); #endif /* - * prototype from config.h - */ +** prototype from config.h +*/ char *etcpath(char *); /* - * prototypes from the nmh subroutine library - */ +** prototypes from the nmh subroutine library +*/ void adios (char *, char *, ...) NORETURN; void admonish (char *, char *, ...); void advertise (char *, char *, char *, va_list); @@ -30,7 +30,6 @@ 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 *); @@ -68,15 +67,13 @@ int lkopen(char *, int, mode_t); int m_atoi (char *); char *m_backup (char *); int m_convert (struct msgs *, char *); -char *m_draft (char *, char *, int, int *); +char *m_draft (char *); int m_getfld (int, unsigned char *, unsigned char *, int, FILE *); int m_gmprot (void); 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 *); @@ -98,7 +95,6 @@ char *r1bindex(char *, int); void readconfig (struct node **, FILE *, char *, int); int refile (char **, char *); void ruserpass(char *, char **, char **); -int remdir (char *); int seq_addmsg (struct msgs *, char *, int, int, int); int seq_addsel (struct msgs *, char *, int, int); char *seq_bits (struct msgs *); @@ -130,8 +126,8 @@ int get_returnpath (char *, int, char *, int); #endif /* - * prototypes for compatibility functions in library - */ +** 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); @@ -142,22 +138,22 @@ int strncasecmp (const char *s1, const char *s2, size_t n); /* - * some prototypes for address parsing system - * (others are in addrsbr.h) - */ +** some prototypes for address parsing system +** (others are in addrsbr.h) +*/ char *LocalName(void); char *SystemName(void); char *OfficialName(char *); /* - * prototypes for some routines in uip - */ +** prototypes for some routines in uip +*/ int annotate (char *, char *, char *, int, int, int, int); void annolist(char *, char *, char *, int); void annopreserve(int); int distout (char *, char *, char *); void replout (FILE *, char *, char *, struct msgs *, int, - int, char *, char *, char *); + int, char *, char *, char *); int sendsbr (char **, int, char *, struct stat *, int, char *, int); int what_now (char *, int, int, char *, char *, - int, struct msgs *, char *, int, char *); + int, struct msgs *, char *, int, char *);