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.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/perl_plus/perl_plus_impl.h (limited to 'modules/perl_plus/perl_plus_impl.h') diff --git a/modules/perl_plus/perl_plus_impl.h b/modules/perl_plus/perl_plus_impl.h new file mode 100644 index 0000000..acf8923 --- /dev/null +++ b/modules/perl_plus/perl_plus_impl.h @@ -0,0 +1,7 @@ +#ifndef _PERL_PLUS_IMPL_H_ +#define _PERL_PLUS_IMPL_H_ 1 + +void print_load_message(void); +void print_unload_message(void); + +#endif /* _PERL_PLUS_IMPL_H_ */ -- cgit v1.2.3