aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg.h')
-rw-r--r--src/msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msg.h b/src/msg.h
index 64da9b8..d81134d 100644
--- a/src/msg.h
+++ b/src/msg.h
@@ -30,6 +30,8 @@ int msg_is_error(const struct msg *);
int msg_recv(int fd, struct msg **);
int msg_send(int fd, const struct msg *);
+int msg_send_from_argv(int fd, const char **argv);
+
int msg_communicate(int fd, const struct msg *, struct msg **response);
int msg_connect_and_communicate(const char *host, const char *port, const struct msg *,
struct msg **);