This commit is contained in:
azw 2023-11-13 03:24:02 +00:00
parent 7330fde606
commit 99b05bc4ad

View File

@ -57,6 +57,8 @@ namespace f8
const char *msgbody,
int bodylen);
void FreeSocketMsg(MsgHdr* hdr);
char** GetArgv() { return argv_; }
int GetArgc() { return argc_; }
private:
bool Init();