Replace deprecated luaL_openlib() by luaL_register()
[apps/madmutt.git] / pager.h
diff --git a/pager.h b/pager.h
index f24f91e..bf4bf0a 100644 (file)
--- 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 */