X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=perl%2Fzebra_perl.c;fp=perl%2Fzebra_perl.c;h=76315932c05ef37cf6f4b8fc77787304960be4f0;hb=54d5b0f4883b330987489aa9247000f1d2f2ea94;hp=a0f29d7b02db89da933aae211d2f3049a1c2a695;hpb=85f354cfc387c5e659c47171821a2e54ad4b2e6e;p=idzebra-moved-to-github.git diff --git a/perl/zebra_perl.c b/perl/zebra_perl.c index a0f29d7..7631593 100644 --- a/perl/zebra_perl.c +++ b/perl/zebra_perl.c @@ -1,20 +1,25 @@ //#include "zebraapi.h" +#include "EXTERN.h" +#include "perl.h" +#include "XSUB.h" + +#include +#include #include "zebra_perl.h" #include #include -#include "rg.h" NMEM handles; void init (void) { nmem_init (); yaz_log_init_prefix ("ZebraPerl"); - yaz_log (LOG_LOG, "Zebra::API initialized"); + yaz_log (LOG_LOG, "Zebra API initialized"); } void DESTROY (void) { nmem_exit (); - yaz_log (LOG_LOG, "Zebra::API destroyed"); + yaz_log (LOG_LOG, "Zebra API destroyed"); } /* Logging facilities from yaz */ @@ -31,3 +36,4 @@ void logMsg (int level, const char *message) { } +