8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 14:43:03 +01:00

Postfix for #8197: Add generated files for OO API for C language to distribution; protect master interface getter function in a case when h-file is included more than once

This commit is contained in:
AlexPeshkoff 2024-08-30 19:40:43 +03:00
parent 657d86fed6
commit 14d2d4eba5

View File

@ -28,5 +28,7 @@
#include <ibase.h>
#ifndef FB_C_API_H
struct IMaster* ISC_EXPORT fb_get_master_interface(void);
#endif