mirror of https://github.com/aria2/aria2
Updated doc
parent
a0139e3e08
commit
378ba26ed3
|
@ -416,12 +416,15 @@ bool inSameCidrBlock(const std::string& ip1, const std::string& ip2, int bits);
|
|||
|
||||
void removeMetalinkContentTypes(const SharedHandle<RequestGroup>& group);
|
||||
|
||||
// No throw
|
||||
void executeHook(const std::string& command, const std::string& arg);
|
||||
|
||||
// No throw
|
||||
void executeHookByOptName
|
||||
(const SharedHandle<RequestGroup>& group, const Option* option,
|
||||
const std::string& opt);
|
||||
|
||||
// No throw
|
||||
void executeHookByOptName
|
||||
(const RequestGroup* group, const Option* option, const std::string& opt);
|
||||
|
||||
|
|
Loading…
Reference in New Issue