aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/msg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msg.h b/src/msg.h
index ff03bfc..2260016 100644
--- a/src/msg.h
+++ b/src/msg.h
@@ -22,7 +22,7 @@ int msg_is_error(const struct msg *);
struct msg *msg_copy(const struct msg *);
void msg_free(const struct msg *);
-int msg_from_argv(struct msg *, char **argv);
+int msg_from_argv(struct msg *, const char **argv);
int msg_recv(int fd, struct msg *);
int msg_send(int fd, const struct msg *);