aboutsummaryrefslogtreecommitdiffstats
path: root/modules/perl_plus/perl_plus_impl.h
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-01-09 17:45:26 +0000
committerTom Feist <shabble@metavore.org>2011-01-09 17:45:26 +0000
commitd124b925e8fb9dd2be5db5e8fc9d15031f4a9e68 (patch)
tree3406de9964837af12e26cb84aa9fda89bc5044ed /modules/perl_plus/perl_plus_impl.h
parentcloned test module to start work on a useful module (diff)
downloadirssi-scripts-d124b925e8fb9dd2be5db5e8fc9d15031f4a9e68.tar.gz
irssi-scripts-d124b925e8fb9dd2be5db5e8fc9d15031f4a9e68.zip
added new module stub for attemping to extend perl API
Diffstat (limited to '')
-rw-r--r--modules/perl_plus/perl_plus_impl.h7
1 files changed, 7 insertions, 0 deletions
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_ */