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 _SERVICE_H
|
|
#define _SERVICE_H
|
|
|
|
|
|
int CountService(void);
|
|
void EditService(void);
|
|
void InitService(void);
|
|
int service_doc(FILE *, FILE *, int);
|
|
|
|
#endif
|
|
|