aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-07-31 20:44:55 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-07-31 20:44:55 +0000
commit79739caa154403260496d3b0c33f47ef0cf21447 (patch)
treed416492fcb57138c30db613e2171946d2c6fff1c /fetchmail.c
parent640a00628977de30f96e6c0fcc2289b28c3a8bac (diff)
downloadfetchmail-79739caa154403260496d3b0c33f47ef0cf21447.tar.gz
fetchmail-79739caa154403260496d3b0c33f47ef0cf21447.tar.bz2
fetchmail-79739caa154403260496d3b0c33f47ef0cf21447.zip
Before applying Brian Boutel's lexer fix.
svn path=/trunk/; revision=2518
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 98428ff6..eaf1886a 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -45,7 +45,6 @@
#include "fetchmail.h"
#include "tunable.h"
#include "smtp.h"
-#include "getopt.h"
#include "netrc.h"
#include "i18n.h"
@@ -162,7 +161,7 @@ static void dropprivs(void)
}
#endif
-int main (int argc, char **argv)
+int main(int argc, char **argv)
{
int st, bkgd = FALSE;
int parsestatus, implicitmode = FALSE;