many simplifications, copyright statements.
[apps/madmutt.git] / lib-sys / unix.h
index 0911521..43e9340 100644 (file)
@@ -25,8 +25,8 @@
 
 #include <lib-lib/rx.h>
 
-ssize_t mutt_gecos_name(char *dst, ssize_t n, struct passwd *pw, rx_t *rx);
-
+ssize_t mutt_gecos_name(char *dst, ssize_t n, struct passwd *pw, regex_t *rx);
+int getdnsdomainname(char *, ssize_t);
 
 /* flags for _mutt_system() */
 #define M_DETACH_PROCESS       1       /* detach subprocess from group */