mirror of
https://github.com/sheumann/hush.git
synced 2024-11-17 10:07:19 +00:00
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
|