* Improve handling of NAT/gateway feature, thanks - Wolfgang Karall!
[grml-terminalserver.git] / udhcp / clientsocket.h
1 /* clientsocket.h */
2 #ifndef _CLIENTSOCKET_H
3 #define _CLIENTSOCKET_H
4
5 int raw_socket(int ifindex);
6
7 #endif