mirror of https://github.com/aria2/aria2
Code cleanup
parent
5fc1b1ad29
commit
38426d744b
|
@ -264,6 +264,10 @@ extern const Pref* PREF_PAUSE;
|
||||||
extern const Pref* PREF_DOWNLOAD_RESULT;
|
extern const Pref* PREF_DOWNLOAD_RESULT;
|
||||||
// value: true | false
|
// value: true | false
|
||||||
extern const Pref* PREF_HASH_CHECK_ONLY;
|
extern const Pref* PREF_HASH_CHECK_ONLY;
|
||||||
|
// values: hashType=digest
|
||||||
|
extern const Pref* PREF_CHECKSUM;
|
||||||
|
// value: pid
|
||||||
|
extern const Pref* PREF_STOP_WITH_PROCESS;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FTP related preferences
|
* FTP related preferences
|
||||||
|
@ -276,10 +280,6 @@ extern const Pref* PREF_FTP_TYPE;
|
||||||
extern const Pref* PREF_FTP_PASV;
|
extern const Pref* PREF_FTP_PASV;
|
||||||
// values: true | false
|
// values: true | false
|
||||||
extern const Pref* PREF_FTP_REUSE_CONNECTION;
|
extern const Pref* PREF_FTP_REUSE_CONNECTION;
|
||||||
// values: hashType=digest
|
|
||||||
extern const Pref* PREF_CHECKSUM;
|
|
||||||
// value: pid
|
|
||||||
extern const Pref* PREF_STOP_WITH_PROCESS;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HTTP related preferences
|
* HTTP related preferences
|
||||||
|
|
Loading…
Reference in New Issue