diff options
author | Tom Feist <shabble@metavore.org> | 2011-01-09 17:45:26 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-01-09 17:45:26 +0000 |
commit | d124b925e8fb9dd2be5db5e8fc9d15031f4a9e68 (patch) | |
tree | 3406de9964837af12e26cb84aa9fda89bc5044ed /modules/perl_plus/perl_plus_impl.h | |
parent | cloned test module to start work on a useful module (diff) | |
download | irssi-scripts-d124b925e8fb9dd2be5db5e8fc9d15031f4a9e68.tar.gz irssi-scripts-d124b925e8fb9dd2be5db5e8fc9d15031f4a9e68.zip |
added new module stub for attemping to extend perl API
Diffstat (limited to 'modules/perl_plus/perl_plus_impl.h')
-rw-r--r-- | modules/perl_plus/perl_plus_impl.h | 7 |
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_ */ |