diff options
author | Haru <haru@dotalux.com> | 2018-04-02 22:40:08 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-04-02 22:40:08 +0200 |
commit | 2bc4b4f09d00a92b28805eeeb5b5624064983255 (patch) | |
tree | 18319ca80417ce7acabe8e2c86eec5749b66d6f1 /src/plugins/HPMHooking/HPMHooking.Defs.inc | |
parent | 5d97abba7ee7c076eb18780e6779a45b8d006412 (diff) | |
download | hercules-2bc4b4f09d00a92b28805eeeb5b5624064983255.tar.gz hercules-2bc4b4f09d00a92b28805eeeb5b5624064983255.tar.bz2 hercules-2bc4b4f09d00a92b28805eeeb5b5624064983255.tar.xz hercules-2bc4b4f09d00a92b28805eeeb5b5624064983255.zip |
HPM Hooks Update
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.Defs.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.Defs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.Defs.inc b/src/plugins/HPMHooking/HPMHooking.Defs.inc index bd17dc7fe..3eaaab1e1 100644 --- a/src/plugins/HPMHooking/HPMHooking.Defs.inc +++ b/src/plugins/HPMHooking/HPMHooking.Defs.inc @@ -6434,8 +6434,8 @@ typedef int (*HPMHOOK_pre_script_cleanfloor_sub) (struct block_list **bl, va_lis typedef int (*HPMHOOK_post_script_cleanfloor_sub) (int retVal___, struct block_list *bl, va_list ap); typedef int (*HPMHOOK_pre_script_run_func) (struct script_state **st); typedef int (*HPMHOOK_post_script_run_func) (int retVal___, struct script_state *st); -typedef bool (*HPMHOOK_pre_script_sprintf) (struct script_state **st, int *start, struct StringBuf **out); -typedef bool (*HPMHOOK_post_script_sprintf) (bool retVal___, struct script_state *st, int start, struct StringBuf *out); +typedef bool (*HPMHOOK_pre_script_sprintf_helper) (struct script_state **st, int *start, struct StringBuf **out); +typedef bool (*HPMHOOK_post_script_sprintf_helper) (bool retVal___, struct script_state *st, int start, struct StringBuf *out); typedef const char* (*HPMHOOK_pre_script_getfuncname) (struct script_state **st); typedef const char* (*HPMHOOK_post_script_getfuncname) (const char* retVal___, struct script_state *st); typedef unsigned int (*HPMHOOK_pre_script_calc_hash_ci) (const char **p); |