summaryrefslogtreecommitdiffstats
path: root/collage/idmap.h
blob: 45e9f9d8b38096e3ee690b96ee4d8b3f7a6973c7 (plain)
1
2
3
4
5
6
7
#ifndef H_IDMAP

char * idSearchByUid(long int id);
char * idSearchByGid(long int id);
int idInit(void);

#endif