projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86048c1
)
Remove duplicate sm_fgetc() declaration
author
Josh Bressers
<josh@bress.net>
Mon, 26 Jan 2009 13:38:13 +0000
(13:38 +0000)
committer
Josh Bressers
<josh@bress.net>
Mon, 26 Jan 2009 13:38:13 +0000
(13:38 +0000)
mts/smtp/smtp.c
patch
|
blob
|
history
diff --git
a/mts/smtp/smtp.c
b/mts/smtp/smtp.c
index
7af8d30
..
e93a7c2
100644
(file)
--- a/
mts/smtp/smtp.c
+++ b/
mts/smtp/smtp.c
@@
-144,7
+144,6
@@
static char *EHLOset (char *);
static int sm_fwrite(char *, int);
static int sm_fputs(char *);
static int sm_fputc(int);
-static int sm_fgetc(FILE *);
static void sm_fflush(void);
static int sm_fgets(char *, int, FILE *);