summaryrefslogtreecommitdiffstats
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 48172051..39167ee7 100644
--- a/src/client.h
+++ b/src/client.h
@@ -25,4 +25,6 @@ void client_kill(struct client *c);
char *client_list_to_string(struct core *c);
+void client_rename(struct client *c, const char *name);
+
#endif