X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/52b4afb2c72468a55fb49aeed3f7dda1277319df..585d00517aab2ff172e0eb8ef13b749f4a4c2c59:/projects/stargazer/plugins/other/smux/handlers.cpp?ds=inline diff --git a/projects/stargazer/plugins/other/smux/handlers.cpp b/projects/stargazer/plugins/other/smux/handlers.cpp index f0f3a8c1..5fb3dfda 100644 --- a/projects/stargazer/plugins/other/smux/handlers.cpp +++ b/projects/stargazer/plugins/other/smux/handlers.cpp @@ -27,7 +27,7 @@ asn_fprint(stderr, &asn_DEF_SMUX_PDUs, pdus); return false; } -bool SMUX::PDUsHandler(const SMUX_PDUs_t * pdus) +bool SMUX::PDUsRequestHandler(const SMUX_PDUs_t * pdus) { printfd(__FILE__, "SMUX::PDUsHandler()\n"); asn_fprint(stderr, &asn_DEF_SMUX_PDUs, pdus);