From d124b925e8fb9dd2be5db5e8fc9d15031f4a9e68 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sun, 9 Jan 2011 17:45:26 +0000 Subject: added new module stub for attemping to extend perl API --- modules/perl_plus/perl_plus_impl.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/perl_plus/perl_plus_impl.c (limited to 'modules/perl_plus/perl_plus_impl.c') diff --git a/modules/perl_plus/perl_plus_impl.c b/modules/perl_plus/perl_plus_impl.c new file mode 100644 index 0000000..b53e6f5 --- /dev/null +++ b/modules/perl_plus/perl_plus_impl.c @@ -0,0 +1,18 @@ +#include +#include +#include + +void print_load_message(void) { + + printtext(NULL, NULL, MSGLEVEL_CLIENTERROR, + "Hello, World. xxx \"%s\"", MODULE_NAME); + +} + +void print_unload_message(void) { + + printtext(NULL, NULL, MSGLEVEL_CLIENTERROR, + "Goodbye, Cruel World. ~signed \"%s\"", MODULE_NAME); + +} + -- cgit v1.2.3