Subversion Repositories Mokou

Rev

Rev 2 | Rev 5 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: mk_service.h 4 2024-09-06 09:55:53Z nishi $ */

#ifndef __MK_SERVICE_H__
#define __MK_SERVICE_H__

struct mk_service {
        char* description;
        char* exec;
        char* pidfile;
};

void mk_service_scan(void);

#endif