mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
4 lines
94 B
C
4 lines
94 B
C
#ifndef MY_UTIL_H
|
|
#define MY_UTIL_H
|
|
int debug(const char *format,...);
|
|
#endif /* MY_UTIL_H */
|