reimplement getdnsdomainname
[apps/madmutt.git] / lib-sys / unix.h
index 0911521..3172841 100644 (file)
@@ -26,7 +26,7 @@
 #include <lib-lib/rx.h>
 
 ssize_t mutt_gecos_name(char *dst, ssize_t n, struct passwd *pw, rx_t *rx);
-
+int getdnsdomainname(char *, ssize_t);
 
 /* flags for _mutt_system() */
 #define M_DETACH_PROCESS       1       /* detach subprocess from group */