aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.h')
-rw-r--r--src/msg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/msg.h b/src/msg.h
index 19a204d..64da9b8 100644
--- a/src/msg.h
+++ b/src/msg.h
@@ -18,8 +18,8 @@ void msg_free(struct msg *);
int msg_copy(struct msg **, const struct msg *);
size_t msg_get_length(const struct msg *);
-const char **msg_get_words(const struct msg *);
-const char *msg_get_first_word(const struct msg *);
+const char **msg_get_strings(const struct msg *);
+const char *msg_get_first_string(const struct msg *);
int msg_success(struct msg **);
int msg_error(struct msg **);