From 0dab6d38d596535a09af16a4feba57358ca67849 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Jul 2011 02:51:45 -0500 Subject: make this actually lexical --- hook_op_check_smartmatch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hook_op_check_smartmatch.h') 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 -- cgit v1.2.3-54-g00ecf