source: MondoRescue/trunk/mindi-busybox/networking/udhcp/socket.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: 194 bytes
Line 
1/* socket.h */
2#ifndef _SOCKET_H
3#define _SOCKET_H
4
5int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp);
6int listen_socket(uint32_t ip, int port, char *inf);
7
8#endif
Note: See TracBrowser for help on using the repository browser.