6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
12 lines
161 B
C
12 lines
161 B
C
#ifndef _FILEFIND_H
|
|
#define _FILEFIND_H
|
|
|
|
|
|
int CountFilefind(void);
|
|
void EditFilefind(void);
|
|
void InitFilefind(void);
|
|
int ff_doc(FILE *, FILE *, int);
|
|
|
|
#endif
|
|
|