ipc/parser: commands can now return custom JSON replies

Also, finally add include/cmdparse.h
This commit is contained in:
Michael Stapelberg
2010-07-17 15:15:37 +02:00
parent 189635a5dc
commit d066341261
4 changed files with 21 additions and 7 deletions

6
include/cmdparse.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef _CMDPARSE_H
#define _CMDPARSE_H
char *parse_cmd(const char *new);
#endif