sort out some prototypes, put them where they belong.
[apps/madmutt.git] / lib-sys / unix.h
index e392c4e..5e1b618 100644 (file)
@@ -23,7 +23,7 @@
 #include <sys/types.h>
 #include <pwd.h>
 
-#include <lib-lib/rx.h>
+#include <lib-lib/lib-lib.h>
 
 ssize_t mutt_gecos_name(char *dst, ssize_t n, struct passwd *pw, regex_t *rx);
 int getdnsdomainname(char *, ssize_t);
@@ -40,5 +40,6 @@ pid_t mutt_create_filter_fd (const char *, FILE **, FILE **, FILE **, int,
                              int, int);
 int mutt_wait_filter (pid_t);
 
+FILE *mutt_open_read (const char *, pid_t *);
 
 #endif /* MUTT_LIB_SYS_UNIX_H */