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:
parent
f831870d65
commit
f157a68aee
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user