#ifndef _SERVICE_H
#define _SERVICE_H
int CountService(void);
void EditService(void);
void InitService(void);
int service_doc(FILE *, FILE *, int);
#endif