X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop.h;h=22806cb378b9ff996956decd070b20311b5da264;hp=396a81b9eead8bbddfd5fcbc325a04e53ac4161b;hb=7dcd7ee09b8760133ac8ec00562e4d60b2f0aebd;hpb=9cb385d5621b95188fce2e0a7345004151486007 diff --git a/pop.h b/pop.h index 396a81b..22806cb 100644 --- a/pop.h +++ b/pop.h @@ -10,12 +10,12 @@ #ifndef _POP_H #define _POP_H 1 -#include +#include #include extern mx_t const pop_mx; -int pop_fetch_message (MESSAGE *, CONTEXT *, int); -void pop_fetch_mail (void); +int pop_fetch_message(MESSAGE *, CONTEXT *, int); +void pop_fetch_mail(void); #endif