summaryrefslogtreecommitdiff
path: root/network.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2023-08-09 00:26:14 -0400
committerTest_User <hax@andrewyu.org>2023-08-09 00:26:14 -0400
commitb557bac23688b304fbab0a766a2e3e93db78f429 (patch)
treefa360957d972b2d0f8522615eb94fbd1935e9671 /network.h
parentac1f2aaadd927e8187edabaea9a788425bb42b9f (diff)
downloadcoupserv-b557bac23688b304fbab0a766a2e3e93db78f429.tar.gz
coupserv-b557bac23688b304fbab0a766a2e3e93db78f429.zip
Various improvements, a few more bugs added to fix later
Diffstat (limited to 'network.h')
-rw-r--r--network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/network.h b/network.h
index 7682ed4..bdaa2a8 100644
--- a/network.h
+++ b/network.h
@@ -109,3 +109,4 @@ extern char channel_mode_types[UCHAR_MAX];
#define SENDCLIENT(x) write(client_fd, x.data, x.len)
extern int PRIVMSG(struct string source, struct string target, struct string message);
+extern int add_local_client(struct string uid, struct string nick_arg, struct string vhost_arg, struct string ident_arg, struct string realname_arg, time_t timestamp);