mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
5 lines
94 B
C
5 lines
94 B
C
|
#ifndef MY_UTIL_H
|
||
|
#define MY_UTIL_H
|
||
|
int debug(const char *format,...);
|
||
|
#endif /* MY_UTIL_H */
|