mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
8 lines
107 B
C
8 lines
107 B
C
|
/* clientsocket.h */
|
||
|
#ifndef _CLIENTSOCKET_H
|
||
|
#define _CLIENTSOCKET_H
|
||
|
|
||
|
int raw_socket(int ifindex);
|
||
|
|
||
|
#endif
|