6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
10 lines
104 B
C
10 lines
104 B
C
#ifndef _TCPPROTO_H
|
|
#define _TCPPROTO_H
|
|
|
|
int tcpsndfiles(file_list *);
|
|
int tcprcvfiles(void);
|
|
|
|
|
|
#endif
|
|
|