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