aboutsummaryrefslogtreecommitdiff
path: root/net.h
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-04-15 09:54:31 +0200
committertomsmeding <tom.smeding@gmail.com>2017-04-15 09:54:31 +0200
commitffda2b39b6fe070a3f5edb229dd7806c362cc9e1 (patch)
treef9b389d4a15f32c761b8e718d2ae2853722d62db /net.h
parente11fe27b96ba5eeaae9abb04071888548e088c12 (diff)
server: Add cmd_ping
Diffstat (limited to 'net.h')
-rw-r--r--net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.h b/net.h
index de78c12..4528e42 100644
--- a/net.h
+++ b/net.h
@@ -8,3 +8,4 @@ bool net_send_ok(int fd,const char *tag);
bool net_send_error(int fd,const char *tag,const char *msg);
bool net_send_name(int fd,const char *tag,const char *name);
bool net_send_list(int fd,const char *tag,i64 count,const char **list);
+bool net_send_pong(int fd,const char *tag);