[go: up one dir, main page]

Menu

[40100e]: / src / socket.h  Maximize  Restore  History

Download this file

10 lines (7 with data), 191 Bytes

1
2
3
4
5
6
7
8
9
#ifndef LOCAL_H
#define LOCAL_H
#define LISTENPORT 2638
extern int listenport;
int*socket_init(char*bindaddr);
void l_listen(int*sock,struct usb_device*,int devnum);
#endif /* ! LOCAL_H */