ipc/parser: commands can now return custom JSON replies
Also, finally add include/cmdparse.h
This commit is contained in:
@ -49,5 +49,6 @@
|
||||
#include "render.h"
|
||||
#include "window.h"
|
||||
#include "match.h"
|
||||
#include "cmdparse.h"
|
||||
|
||||
#endif
|
||||
|
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