projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eaf25e
)
Switch to including h/mts.h for getusername() prototype.
author
Ken Hornstein
<kenh@pobox.com>
Fri, 17 Feb 2012 19:02:44 +0000
(14:02 -0500)
committer
Ken Hornstein
<kenh@pobox.com>
Fri, 17 Feb 2012 19:02:44 +0000
(14:02 -0500)
sbr/addrsbr.c
patch
|
blob
|
history
diff --git
a/sbr/addrsbr.c
b/sbr/addrsbr.c
index
7bf4673
..
9edb139
100644
(file)
--- a/
sbr/addrsbr.c
+++ b/
sbr/addrsbr.c
@@
-10,6
+10,7
@@
#include <h/mh.h>
#include <h/addrsbr.h>
#include <h/mf.h>
+#include <h/mts.h>
/* High level parsing of addresses:
@@
-79,12
+80,6
@@
static char adr[BUFSIZ];
extern boolean username_extension_masquerading; /* defined in mts.c */
-/*
- * external prototypes
- */
-char *getusername (void);
-
-
char *
getname (char *addrs)
{