diff options
author | Haru <haru@dotalux.com> | 2019-03-11 03:51:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 03:51:57 +0100 |
commit | 95bf87b3b3c256f1d84e53a49ee43aab98912932 (patch) | |
tree | 661731e4ed4209101696323e235abb127a82822b /src/plugins/HPMHooking/HPMHooking_map.sources.inc | |
parent | 0d7b3609715453e100dc38d037fc47fb2337af88 (diff) | |
parent | 61ee0a6cee635a5948f1572c89c331b50f80016a (diff) | |
download | hercules-95bf87b3b3c256f1d84e53a49ee43aab98912932.tar.gz hercules-95bf87b3b3c256f1d84e53a49ee43aab98912932.tar.bz2 hercules-95bf87b3b3c256f1d84e53a49ee43aab98912932.tar.xz hercules-95bf87b3b3c256f1d84e53a49ee43aab98912932.zip |
Merge pull request #2400 from Asheraf/stylist_update
moving stylist into it's own interface
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.sources.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.sources.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.sources.inc b/src/plugins/HPMHooking/HPMHooking_map.sources.inc index 7a3c5b9a7..59ee43ab7 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.sources.inc @@ -85,6 +85,7 @@ HPMHooks.source.status = *status; HPMHooks.source.storage = *storage; HPMHooks.source.StrBuf = *StrBuf; HPMHooks.source.strlib = *strlib; +HPMHooks.source.stylist = *stylist; HPMHooks.source.sv = *sv; HPMHooks.source.sysinfo = *sysinfo; HPMHooks.source.thread = *thread; |