From 16fa9fcc2a41e3420c7b72d892d37774d4dd1d3f Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Fri, 20 Jan 2023 12:59:53 +0100 Subject: [PATCH] Use correct name --- src/{MyFirstUDFKit.h => MyFirstUDRKit.h} | 7 +++++++ 1 file changed, 7 insertions(+) rename src/{MyFirstUDFKit.h => MyFirstUDRKit.h} (94%) diff --git a/src/MyFirstUDFKit.h b/src/MyFirstUDRKit.h similarity index 94% rename from src/MyFirstUDFKit.h rename to src/MyFirstUDRKit.h index 804ef1e..7a598ed 100644 --- a/src/MyFirstUDFKit.h +++ b/src/MyFirstUDRKit.h @@ -169,4 +169,11 @@ namespace }; } + +// This should be used in only one of the UDR library files. +// Build must export firebird_udr_plugin function. +// +FB_UDR_IMPLEMENT_ENTRY_POINT + + #endif // MY_FIRST_UDR_KIT_H