X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/stargazer/plugins/other/smux/utils.h diff --git a/projects/stargazer/plugins/other/smux/utils.h b/projects/stargazer/plugins/other/smux/utils.h deleted file mode 100644 index 52a3988b..00000000 --- a/projects/stargazer/plugins/other/smux/utils.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __UTILS_H__ -#define __UTILS_H__ - -#include - -#include "stg/OBJECT_IDENTIFIER.h" -#include "stg/SMUX-PDUs.h" -#include "stg/GetResponse-PDU.h" - -bool String2OI(const std::string & str, OBJECT_IDENTIFIER_t * oi); -bool SendOpenPDU(int fd); -bool SendClosePDU(int fd); -bool SendRReqPDU(int fd); -SMUX_PDUs_t * RecvSMUXPDUs(int fd); -bool SendGetResponsePDU(int fd, GetResponse_PDU_t * getResponse); -bool SendGetResponseErrorPDU(int fd, - const PDU_t * getRequest, - int errorStatus, - int errorIndex); - -#endif