summaryrefslogtreecommitdiffstats
path: root/hook_op_check_smartmatch.h
blob: 781a05e2c821305f8dfe6ccf56424b734ae0260d (plain) (blame)
1
2
3
4
5
6
7
8
9
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