Reformated comments and long lines
[mmh] / h / prototypes.h
index 4907410..baf40d9 100644 (file)
@@ -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);
@@ -67,7 +67,7 @@ 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 *);
@@ -126,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);
@@ -138,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 *);