aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index f0e35bf5c..9fc6b3b76 100644
--- a/src/client.h
+++ b/src/client.h
@@ -33,6 +33,10 @@ void client_new(int fd, const struct sockaddr *addr);
int client_is_expired(const struct client *client);
+int client_get_permission(const struct client *client);
+
+void client_set_permission(struct client *client, int permission);
+
/**
* Write a block of data to the client.
*/