aboutsummaryrefslogtreecommitdiffstats
path: root/nick.h
diff options
context:
space:
mode:
Diffstat (limited to 'nick.h')
-rw-r--r--nick.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nick.h b/nick.h
index 093fcaa2..1b546be2 100644
--- a/nick.h
+++ b/nick.h
@@ -27,6 +27,7 @@ void nick_set_raw(account_t *acc, const char *handle, const char *nick);
void nick_set(bee_user_t *bu, const char *nick);
char *nick_get(bee_user_t *bu);
char *nick_gen(bee_user_t *bu);
+void underscore_dedupe(char nick[MAX_NICK_LENGTH + 1]);
void nick_dedupe(bee_user_t * bu, char nick[MAX_NICK_LENGTH + 1]);
int nick_saved(bee_user_t *bu);
void nick_del(bee_user_t *bu);