1 2 3 4 5 6 7 8
/* vi: set sw=4 ts=4: */ /* clientsocket.h */ #ifndef _CLIENTSOCKET_H #define _CLIENTSOCKET_H int raw_socket(int ifindex); #endif