From 4a1aaf32fde2658905f84ffb76708d7ffe53480f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 6 Jul 2011 19:21:56 -0500 Subject: initial implementation --- hook_op_check_smartmatch.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hook_op_check_smartmatch.h (limited to 'hook_op_check_smartmatch.h') diff --git a/hook_op_check_smartmatch.h b/hook_op_check_smartmatch.h new file mode 100644 index 0000000..781a05e --- /dev/null +++ b/hook_op_check_smartmatch.h @@ -0,0 +1,10 @@ +#ifndef __HOOK_OP_CHECK_SMARTMATCH_H__ +#define __HOOK_OP_CHECK_SMARTMATCH_H__ + +#include "perl.h" +#include "hook_op_check.h" + +UV hook_op_check_smartmatch(void *user_data); +void *hook_op_check_smartmatch_remove(UV id); + +#endif -- cgit v1.2.3-54-g00ecf