X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop.h;fp=pop.h;h=0000000000000000000000000000000000000000;hp=22806cb378b9ff996956decd070b20311b5da264;hb=799c3f5aec72b8230f9c3c284e2b2e9d67ecf366;hpb=e6131516658a6c59a5bf1fe5fb73a9d1714a6f02 diff --git a/pop.h b/pop.h deleted file mode 100644 index 22806cb..0000000 --- a/pop.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright notice from original mutt: - * Copyright (C) 2000-2003 Vsevolod Volkov - * - * This file is part of mutt-ng, see http://www.muttng.org/. - * It's licensed under the GNU General Public License, - * please see the file GPL in the top level source directory. - */ - -#ifndef _POP_H -#define _POP_H 1 - -#include -#include - -extern mx_t const pop_mx; - -int pop_fetch_message(MESSAGE *, CONTEXT *, int); -void pop_fetch_mail(void); - -#endif