summaryrefslogtreecommitdiffstats
path: root/support/include/tcpwrapper.h
blob: 930ec6aa1e93d737bc1d35f23831677b14dad479 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TCP_WRAPPER_H
#define TCP_WRAPPER_H

#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

extern int from_local(const struct sockaddr *sap);
extern int check_default(char *name, struct sockaddr_in *addr, u_long prog);

#endif /* TCP_WRAPPER_H */