ipc/parser: commands can now return custom JSON replies
Also, finally add include/cmdparse.h
This commit is contained in:
6
include/cmdparse.h
Normal file
6
include/cmdparse.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _CMDPARSE_H
|
||||
#define _CMDPARSE_H
|
||||
|
||||
char *parse_cmd(const char *new);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user