9 lines
132 B
C
9 lines
132 B
C
/* vi: set sw=4 ts=4: */
|
|
/* clientsocket.h */
|
|
#ifndef _CLIENTSOCKET_H
|
|
#define _CLIENTSOCKET_H
|
|
|
|
int raw_socket(int ifindex);
|
|
|
|
#endif
|