summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
blob: 4a940739f1334741d149e6f3be33a2d3abe9efe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// See the LICENSE file
//
// NOTE: This file was auto-generated and should never be manually edited,
//       as it will get overwritten.

struct {
	struct HPMHookPoint *HP_pincode_handle_pre;
	struct HPMHookPoint *HP_pincode_handle_post;
	struct HPMHookPoint *HP_pincode_decrypt_pre;
	struct HPMHookPoint *HP_pincode_decrypt_post;
	struct HPMHookPoint *HP_pincode_error_pre;
	struct HPMHookPoint *HP_pincode_error_post;
	struct HPMHookPoint *HP_pincode_update_pre;
	struct HPMHookPoint *HP_pincode_update_post;
	struct HPMHookPoint *HP_pincode_sendstate_pre;
	struct HPMHookPoint *HP_pincode_sendstate_post;
	struct HPMHookPoint *HP_pincode_setnew_pre;
	struct HPMHookPoint *HP_pincode_setnew_post;
	struct HPMHookPoint *HP_pincode_change_pre;
	struct HPMHookPoint *HP_pincode_change_post;
	struct HPMHookPoint *HP_pincode_compare_pre;
	struct HPMHookPoint *HP_pincode_compare_post;
	struct HPMHookPoint *HP_pincode_check_pre;
	struct HPMHookPoint *HP_pincode_check_post;
	struct HPMHookPoint *HP_pincode_config_read_pre;
	struct HPMHookPoint *HP_pincode_config_read_post;
} list;

struct {
	int HP_pincode_handle_pre;
	int HP_pincode_handle_post;
	int HP_pincode_decrypt_pre;
	int HP_pincode_decrypt_post;
	int HP_pincode_error_pre;
	int HP_pincode_error_post;
	int HP_pincode_update_pre;
	int HP_pincode_update_post;
	int HP_pincode_sendstate_pre;
	int HP_pincode_sendstate_post;
	int HP_pincode_setnew_pre;
	int HP_pincode_setnew_post;
	int HP_pincode_change_pre;
	int HP_pincode_change_post;
	int HP_pincode_compare_pre;
	int HP_pincode_compare_post;
	int HP_pincode_check_pre;
	int HP_pincode_check_post;
	int HP_pincode_config_read_pre;
	int HP_pincode_config_read_post;
} count;

struct {
	struct pincode_interface pincode;
} source;