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);
|
void removeMetalinkContentTypes(const SharedHandle<RequestGroup>& group);
|
||||||
|
|
||||||
|
// No throw
|
||||||
void executeHook(const std::string& command, const std::string& arg);
|
void executeHook(const std::string& command, const std::string& arg);
|
||||||
|
|
||||||
|
// No throw
|
||||||
void executeHookByOptName
|
void executeHookByOptName
|
||||||
(const SharedHandle<RequestGroup>& group, const Option* option,
|
(const SharedHandle<RequestGroup>& group, const Option* option,
|
||||||
const std::string& opt);
|
const std::string& opt);
|
||||||
|
|
||||||
|
// No throw
|
||||||
void executeHookByOptName
|
void executeHookByOptName
|
||||||
(const RequestGroup* group, const Option* option, const std::string& opt);
|
(const RequestGroup* group, const Option* option, const std::string& opt);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue