* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/mf.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "h/mf.h"
+#include "h/utils.h"
/*
* static prototypes
static char *routepath = NULL;
static char *grp = NULL;
static char *note = NULL;
-static char err[BUFSIZ];
+static char err[BUFSIZ+39];
static char adr[BUFSIZ];
static struct adrx adrxs2;
case LX_END:
return DONE;
- case LX_LBRK: /* sigh (2) */
+ case LX_LBRK: /* sigh (2) */
goto get_addr;
case LX_AT: /* sigh (3) */
}
}
- case LX_DOT: /* sigh (1) */
+ case LX_DOT: /* sigh (1) */
pers = add (".", pers);
goto more_phrase;
return NOTOK;
}
- case LX_SEMI: /* no host */
+ case LX_SEMI: /* no host */
case LX_COMA:
case LX_END:
ingrp = glevel;
return domain (buffer);
case LX_SEMI: /* if in group */
- case LX_RBRK: /* no host */
+ case LX_RBRK: /* no host */
case LX_COMA:
case LX_END:
return OK;
host = add (buffer, host);
continue;
- case LX_AT: /* sigh (0) */
+ case LX_AT: /* sigh (0) */
mbox = add (host, add ("%", mbox));
free (host);
host = NULL;