summaryrefslogtreecommitdiffstats
path: root/pager.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-23 10:35:41 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-23 10:35:41 +0000
commitefe8e2dc68640724d33f452b5cc98a0887baa8b4 (patch)
tree17c7efbd1bff548851afa9392cf027fa35497827 /pager.h
parent2eabb25219b5648b2e2da27492ef79fb833dfc81 (diff)
Disable recursive invocations of the attach-message function.
Diffstat (limited to 'pager.h')
-rw-r--r--pager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pager.h b/pager.h
index b218addc..bc3fab23 100644
--- a/pager.h
+++ b/pager.h
@@ -25,4 +25,4 @@ typedef struct
} pager_t;
int mutt_do_pager (const char *, const char *, int, pager_t *);
-int mutt_pager (const char *, const char *, int, pager_t *, const char *);
+int mutt_pager (const char *, const char *, int, pager_t *);