about summary refs log tree commit diff stats
path: root/src/common.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-24 20:31:18 +0100
committerJames Booth <boothj5@gmail.com>2015-05-24 20:31:18 +0100
commite295a474dcbf1633d3b7e4e8403bbcf3e84adc90 (patch)
tree095df24f6497b749877b5ed953f8be61df896bc7 /src/common.h
parent79ecff1c52dccf93db451635c596dedf49bf8609 (diff)
downloadprofani-tty-e295a474dcbf1633d3b7e4e8403bbcf3e84adc90.tar.gz
Added more connect tests
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 9521a701..c1aa532d 100644
--- a/src/common.h
+++ b/src/common.h
@@ -127,6 +127,7 @@ contact_presence_t contact_presence_from_resource_presence(resource_presence_t r
 
 char * p_sha1_hash(char *str);
 char * create_unique_id(char *prefix);
+void reset_unique_id(void);
 
 int cmp_win_num(gconstpointer a, gconstpointer b);
 int get_next_available_win_num(GList *used);