mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
Correction.
This commit is contained in:
parent
74ac68137a
commit
2c6529c303
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user