|
@@ -110,7 +110,7 @@ version() {
|
|
int load(LibraryHandle& handle) {
|
|
int load(LibraryHandle& handle) {
|
|
// Initialize the user library if the main image was statically linked
|
|
// Initialize the user library if the main image was statically linked
|
|
#ifdef USE_STATIC_LINK
|
|
#ifdef USE_STATIC_LINK
|
|
- isc::hooks::hooks_static_link_init();
|
|
|
|
|
|
+ hooksStaticLinkInit();
|
|
#endif
|
|
#endif
|
|
// Register the non-standard functions
|
|
// Register the non-standard functions
|
|
handle.registerCallout("hookpt_two", hook_nonstandard_two);
|
|
handle.registerCallout("hookpt_two", hook_nonstandard_two);
|