1 2 3 4 5 6 7
#ifndef H_IDMAP char * idSearchByUid(long int id); char * idSearchByGid(long int id); int idInit(void); #endif