summaryrefslogtreecommitdiffstats
path: root/hook_op_check_smartmatch.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-07-07 02:51:45 -0500
committerJesse Luehrs <doy@tozt.net>2011-07-07 02:51:45 -0500
commit0dab6d38d596535a09af16a4feba57358ca67849 (patch)
tree4bf86b089fbff872e305a26acd1fe7d609301746 /hook_op_check_smartmatch.h
parent64e93875cecc7af2d630399eb30fdc2e2cbd27e6 (diff)
downloadsmartmatch-0dab6d38d596535a09af16a4feba57358ca67849.tar.gz
smartmatch-0dab6d38d596535a09af16a4feba57358ca67849.zip
make this actually lexical
Diffstat (limited to 'hook_op_check_smartmatch.h')
-rw-r--r--hook_op_check_smartmatch.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/hook_op_check_smartmatch.h b/hook_op_check_smartmatch.h
index 781a05e..b6ddf19 100644
--- a/hook_op_check_smartmatch.h
+++ b/hook_op_check_smartmatch.h
@@ -4,7 +4,6 @@
#include "perl.h"
#include "hook_op_check.h"
-UV hook_op_check_smartmatch(void *user_data);
-void *hook_op_check_smartmatch_remove(UV id);
+UV hook_op_check_smartmatch();
#endif