services: herdd: implement scanning and parsing of runlevel and service config files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef LOG_H_
|
||||
#define LOG_H_
|
||||
|
||||
extern void log(const char *format, ...);
|
||||
extern void log_ok(const char *format, ...);
|
||||
extern void log_fail(const char *format, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user