mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +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 */
|