mokou/Mokou/mk_service.h
Nishi da66e84ceb progress
git-svn-id: file:///raid/svn-personal/mokou/trunk@2 35d6bad2-6c5c-c749-ada2-a2c82cb3bd79
2024-09-05 18:31:51 +00:00

15 lines
165 B
C

/* $Id$ */
#ifndef __MK_SERVICE_H__
#define __MK_SERVICE_H__
struct mk_service {
char* name;
char* exec;
char* pidfile;
};
void mk_service_scan(void);
#endif