X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop.h;h=22806cb378b9ff996956decd070b20311b5da264;hp=396a81b9eead8bbddfd5fcbc325a04e53ac4161b;hb=46ece9fa274ab37920bf258305eda4f518b9c8f0;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