8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

Correction.

This commit is contained in:
hvlad 2010-07-24 11:22:57 +00:00
parent 74ac68137a
commit 2c6529c303

View File

@ -66,8 +66,8 @@ public:
extern "C"
{
// additional API functions
void ISC_EXPORT fb_register_plugin(Plugin* plugin);
Plugin* ISC_EXPORT fb_query_plugin(unsigned int type, const char* name);
void ISC_EXPORT fb_register_plugin(Firebird::Plugin* plugin);
Firebird::Plugin* ISC_EXPORT fb_query_plugin(unsigned int type, const char* name);
}
#endif // FB_COMMON_CLASSES_INTERFACE