summaryrefslogtreecommitdiff
path: root/shared/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/utils.h')
-rw-r--r--shared/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/utils.h b/shared/utils.h
index f5af292..36c642c 100644
--- a/shared/utils.h
+++ b/shared/utils.h
@@ -68,6 +68,8 @@ struct saddr {
void enable_colors();
+void free_password(char **password);
+
void socket_set_low_latency(int sfd, bool keepalive, bool iptos, bool nodelay);
char *saddr_addr(struct saddr *saddr, char *buf, size_t len);