projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa7b4f
)
Create proper prototypes for formataddr() and concataddr().
author
Ken Hornstein
<kenh@pobox.com>
Tue, 13 Mar 2012 19:15:42 +0000
(15:15 -0400)
committer
Ken Hornstein
<kenh@pobox.com>
Tue, 13 Mar 2012 19:15:42 +0000
(15:15 -0400)
h/fmt_scan.h
patch
|
blob
|
history
sbr/fmt_scan.c
patch
|
blob
|
history
diff --git
a/h/fmt_scan.h
b/h/fmt_scan.h
index
9872e09
..
394b01e
100644
(file)
--- a/
h/fmt_scan.h
+++ b/
h/fmt_scan.h
@@
-91,3
+91,5
@@
struct format {
struct format *fmt_scan (struct format *, char *, int, int *);
char *new_fs (char *, char *, char *);
int fmt_compile (char *, struct format **);
+char *formataddr(char *, char *);
+char *concataddr(char *, char *);
diff --git
a/sbr/fmt_scan.c
b/sbr/fmt_scan.c
index
f689300
..
29b87d0
100644
(file)
--- a/
sbr/fmt_scan.c
+++ b/
sbr/fmt_scan.c
@@
-25,9
+25,6
@@
# include <wchar.h>
#endif
-extern char *formataddr (); /* hook for custom address formatting */
-extern char *concataddr (); /* address formatting but allowing duplicates */
-
#ifdef LBL
struct msgs *fmt_current_folder; /* current folder (set by main program) */
#endif