MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / SetNoFileHeader

Method SetNoFileHeader

Libraries/unrar/rdwrfn.hpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 void SetTestMode(bool Mode) {TestMode=Mode;}
66 void SetSkipUnpCRC(bool Skip) {SkipUnpCRC=Skip;}
67 void SetNoFileHeader(bool Mode) {NoFileHeader=Mode;}
68 void SetFiles(File *SrcFile,File *DestFile);
69 void SetCommand(CmdAdd *Cmd) {Command=Cmd;}
70 void SetSubHeader(FileHeader *hd,int64 *Pos) {SubHead=hd;SubHeadPos=Pos;}

Callers 1

DoGetCommentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected