diff options
Diffstat (limited to 'src/cmd.h')
| -rw-r--r-- | src/cmd.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,11 +3,6 @@ #include <stdlib.h> #include <stdbool.h> -#define CMD_SET_STATUS(...) do { \ - free(cmd_status); \ - cmd_status = aprintf(__VA_ARGS__); \ - } while (0) - typedef bool (*cmd_func)(const char *args); struct cmd { |
