netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
route.h
Go to the documentation of this file.
1#ifndef ATALKD_ROUTE_H
2#define ATALKD_ROUTE_H 1
3
4#include <sys/types.h>
5
6#ifndef BSD4_4
7int route(int, struct sockaddr *, struct sockaddr *, int);
8#else /* BSD4_4 */
9int route(int, struct sockaddr_at *, struct sockaddr_at *, int);
10#endif /* BSD4_4 */
11
12#endif /* ATALKD_ROUTE_H */
int route(int, struct sockaddr *, struct sockaddr *, int)
Definition route.c:23
Definition at.h:88