viewing paste Ai4test | C

Posted on the
1 2 3 4 5 6 7 8
#ifndef _NAMEDB_H_
#define _NAMEDB_H_
 
const char* NameDB_Query(unsigned long luGID);
void NameDB_Store(unsigned long luGID, const char* lpszName);
void NameDB_Cease(unsigned long luGID);
 
#endif  /* _NAMEDB_H_ */
Viewed 775 times, submitted by Guest.