diff options
author | Haru <haru@dotalux.com> | 2016-04-15 20:14:43 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-04-16 07:45:16 +0200 |
commit | fb262785af40bfb07918d1ef61641ec88175d559 (patch) | |
tree | 256ef5b782c8402feee784c6d1dd68ea52e93fd8 /src/login/lclif.h | |
parent | 37cc46c5e02bc62a8b510fb53f5c2ed0f2ee5d5f (diff) | |
download | hercules-fb262785af40bfb07918d1ef61641ec88175d559.tar.gz hercules-fb262785af40bfb07918d1ef61641ec88175d559.tar.bz2 hercules-fb262785af40bfb07918d1ef61641ec88175d559.tar.xz hercules-fb262785af40bfb07918d1ef61641ec88175d559.zip |
Added lclif packet handlers to the lclif interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/login/lclif.h')
-rw-r--r-- | src/login/lclif.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/lclif.h b/src/login/lclif.h index cf6314fc8..5eb5a75aa 100644 --- a/src/login/lclif.h +++ b/src/login/lclif.h @@ -43,8 +43,8 @@ typedef enum parsefunc_rcode (LoginParseFunc)(int fd, struct login_session_data /* Structs */ /// Login packet DB entry struct login_packet_db { - int16 len; ///< Packet length - LoginParseFunc *pFunc; ///< Packet parsing function + int16 len; ///< Packet length + LoginParseFunc **pFunc; ///< Packet parsing function }; struct lclif_interface { |