X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pager.h;h=bf4bf0adaae4dda27c9761d3e956b91a44ff3080;hp=f24f91ea7d2d64e674ab48de91fa228fcc771167;hb=370334f0cfae3a5a9fe49b40df22e6753a87ac80;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/pager.h b/pager.h index f24f91e..bf4bf0a 100644 --- a/pager.h +++ b/pager.h @@ -6,6 +6,10 @@ * It's licensed under the GNU General Public License, * please see the file GPL in the top level source directory. */ +#ifndef _MUTT_PAGER_H +#define _MUTT_PAGER_H + +#include "attach.h" /* dynamic internal flags */ #define M_SHOWFLAT (1<<0) @@ -33,5 +37,6 @@ typedef struct { short idxlen; } pager_t; -int mutt_do_pager (const char *, const char *, int, pager_t *); -int mutt_pager (const char *, const char *, int, pager_t *); +int mutt_pager(const char *, const char *, int, pager_t *); + +#endif /* !_MUTT_PAGER_H */