8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:43:04 +01:00

Make ib_util.h a valid C++ header

This commit is contained in:
skidder 2004-05-05 04:47:43 +00:00
parent f831870d65
commit f157a68aee

View File

@ -24,6 +24,14 @@
#ifndef _IB_UTIL_H
#define _IB_UTIL_H
#ifdef __cplusplus
extern "C" {
#endif
extern void *ib_util_malloc(long);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* _IB_UTIL_H */