X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pager.h;h=7520620390d507a7ac61cb2ace66a73b5880129a;hp=f24f91ea7d2d64e674ab48de91fa228fcc771167;hb=841a368ddea400022328f35dd8c7a3eb6f543892;hpb=cf69ddd650f124d3aed242285434ba2b97fb4b79 diff --git a/pager.h b/pager.h index f24f91e..7520620 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) @@ -35,3 +39,5 @@ typedef struct { int mutt_do_pager (const char *, const char *, int, pager_t *); int mutt_pager (const char *, const char *, int, pager_t *); + +#endif /* !_MUTT_PAGER_H */