summaryrefslogtreecommitdiff
path: root/guimb/guimb.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-12-28 11:19:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-12-28 11:19:43 +0000
commit4cdb9aa2faad6d2aea85a2747f64099f0141e39c (patch)
tree7d4258ce1ba0000e88934f0f383c79a4ad8b3610 /guimb/guimb.h
parentaa67fed897eb6fda5e49729927c4b639d71d9df5 (diff)
downloadmailutils-4cdb9aa2faad6d2aea85a2747f64099f0141e39c.tar.gz
mailutils-4cdb9aa2faad6d2aea85a2747f64099f0141e39c.tar.bz2
Added missing includes and prototypes.
Diffstat (limited to 'guimb/guimb.h')
-rw-r--r--guimb/guimb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/guimb/guimb.h b/guimb/guimb.h
index 515d36c77..3ed0a7234 100644
--- a/guimb/guimb.h
+++ b/guimb/guimb.h
@@ -18,6 +18,8 @@
#if defined(HAVE_CONFIG_H)
# include <config.h>
#endif
+#include <sys/types.h>
+#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
@@ -48,3 +50,7 @@ void collect_open_mailbox_file __P ((void));
int collect_append_file __P ((char *name));
void collect_create_mailbox __P ((void));
void collect_drop_mailbox __P ((void));
+int collect_output (void);
+
+void util_error (char *fmt, ...);
+int util_tempfile (char **namep);

Return to:

Send suggestions and report system problems to the System administrator.