Qsmtp  0.23svn
include/libowfatconn.h
Go to the documentation of this file.
00001 
00004 #ifndef QSMTP_LIBOWFAT_H
00005 #define QSMTP_LIBOWFAT_H
00006 
00007 struct in6_addr;
00008 
00009 extern int dnsip4(char **, unsigned int *, const char *) __attribute__ ((nonnull (1,2,3)));
00010 extern int dnsip6(char **, unsigned int *, const char *) __attribute__ ((nonnull (1,2,3)));
00011 extern int dnstxt(char **, const char *) __attribute__ ((nonnull (1,2)));
00012 extern int dnsmx(char **, unsigned int *, const char *) __attribute__ ((nonnull (1,2,3)));
00013 extern int dnsname(char **, const struct in6_addr *) __attribute__ ((nonnull (1,2)));
00014 
00015 #endif