summaryrefslogtreecommitdiffstats
path: root/hook_op_check_smartmatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'hook_op_check_smartmatch.h')
-rw-r--r--hook_op_check_smartmatch.h10
1 files changed, 10 insertions, 0 deletions
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