summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/sametime/clist_util.h
blob: 5fd5aed6c632f350072a8d9a6b793ae4b4c1bc87 (plain)
1
2
3
4
5
6
7
8
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