summaryrefslogtreecommitdiff
path: root/src/char/loginif.h
AgeCommit message (Collapse)AuthorFilesLines
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
- Rather than failing at runtime, plugins that try to access non-interfaced, unavailable functions or variables, will now show an error at compile-time. Signed-off-by: Haru <haru@dotalux.com>
2014-11-16Moved loginif-related functions to loginif.cHaru1-12/+14
Signed-off-by: Haru <haru@dotalux.com>
2014-11-15Allow generate HPM hooks for all interfaces in char server.Andrei Karas1-1/+3
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-0/+29
Introduced interfaces: chr, mapif, loginif.