Added function to get next available window number, and tests

This commit is contained in:
James Booth
2013-08-27 22:02:23 +01:00
parent 77dcd04b10
commit 42c3a1c1f7
4 changed files with 364 additions and 0 deletions

View File

@@ -91,4 +91,7 @@ contact_presence_t contact_presence_from_resource_presence(resource_presence_t r
char * get_unique_id(void);
int cmp_win_num(gconstpointer a, gconstpointer b);
int get_next_available_win_num(GSList *used);
#endif