diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-25 21:49:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-25 21:49:43 +0000 |
commit | f7fe2912031909c9cc61cdb6d6cead89326c515a (patch) | |
tree | d2ace8d53471e32c6790e20fdf1f9c4cc97b38ba /fetchmail.h | |
parent | 410cafca60df0eab1bb527ff5e4b6a2db93972e3 (diff) | |
download | fetchmail-f7fe2912031909c9cc61cdb6d6cead89326c515a.tar.gz fetchmail-f7fe2912031909c9cc61cdb6d6cead89326c515a.tar.bz2 fetchmail-f7fe2912031909c9cc61cdb6d6cead89326c515a.zip |
Reorganize some code.
svn path=/trunk/; revision=387
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h index ce56f379..47f09a72 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -193,7 +193,5 @@ void optmerge(); #endif -void alarm_handler(); - #define FALSE 0 #define TRUE 1 |