6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
10 lines
109 B
C
10 lines
109 B
C
#ifndef _XMSEND_H
|
|
#define _XMSEND_H
|
|
|
|
int xmsend(char *, char *, int);
|
|
int xmsndfiles(file_list *);
|
|
|
|
|
|
#endif
|
|
|