]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/tcpwrapper.h
Merge branch 'sid'
[nfs-utils.git] / support / include / tcpwrapper.h
1 #ifndef TCP_WRAPPER_H
2 #define TCP_WRAPPER_H
3
4 #include <sys/socket.h>
5 #include <netinet/in.h>
6 #include <arpa/inet.h>
7
8 extern int from_local(const struct sockaddr *sap);
9 extern int check_default(char *name, struct sockaddr *sap,
10                         const unsigned long program);
11
12 #endif /* TCP_WRAPPER_H */