source: MondoRescue/branches/stable/mindi-busybox/networking/udhcp/clientsocket.h@ 904

Last change on this file since 904 was 821, checked in by Bruno Cornec, 18 years ago

Addition of busybox 1.2.1 as a mindi-busybox new package
This should avoid delivering binary files in mindi not built there (Fedora and Debian are quite serious about that)

File size: 107 bytes
RevLine 
[821]1/* clientsocket.h */
2#ifndef _CLIENTSOCKET_H
3#define _CLIENTSOCKET_H
4
5int raw_socket(int ifindex);
6
7#endif
Note: See TracBrowser for help on using the repository browser.