ipc: regenerate from patched zproto

To fix some more const trolling issues
This commit is contained in:
moneromooo-monero 2015-10-31 21:06:56 +00:00
parent 035b22d883
commit 2e7c83c126
2 changed files with 4 additions and 4 deletions

View File

@ -100,7 +100,7 @@ typedef enum {
} event_t;
// Names for state machine logging and error reporting
static char *
static const char *
s_state_name [] = {
"(NONE)",
"start",
@ -130,7 +130,7 @@ s_state_name [] = {
"reexpect open ok"
};
static char *
static const char *
s_event_name [] = {
"(NONE)",
"connect",

View File

@ -57,7 +57,7 @@ typedef enum {
} event_t;
// Names for state machine logging and error reporting
static char *
static const char *
s_state_name [] = {
"(NONE)",
"start",
@ -66,7 +66,7 @@ s_state_name [] = {
"settling"
};
static char *
static const char *
s_event_name [] = {
"(NONE)",
"terminate",