diff options
Diffstat (limited to 'sametime/clist_util.h')
-rw-r--r-- | sametime/clist_util.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sametime/clist_util.h b/sametime/clist_util.h new file mode 100644 index 0000000..5fd5aed --- /dev/null +++ b/sametime/clist_util.h @@ -0,0 +1,9 @@ +#ifndef _CLIST_UTIL_INC
+#define _CLIST_UTIL_INC
+
+#include "common.h"
+
+int GroupNameExists(const char *name, int skipGroup);
+int RenameGroupWithMove(int groupId, const wchar_t *szName, int move);
+
+#endif
|