summaryrefslogtreecommitdiffstats
path: root/hook_op_check_smartmatch.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-06 19:21:56 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-06 23:48:55 -0500
commit4a1aaf32fde2658905f84ffb76708d7ffe53480f (patch)
treea80e79bc568be9b8cafeefde4b48cbca005ca983 /hook_op_check_smartmatch.h
parent934895217ebd317f2506e6853d3875d7970ea6aa (diff)
downloadsmartmatch-4a1aaf32fde2658905f84ffb76708d7ffe53480f.tar.gz
smartmatch-4a1aaf32fde2658905f84ffb76708d7ffe53480f.zip
initial implementation
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