|
@@ -264,6 +264,10 @@ extern const Pref* PREF_PAUSE;
|
|
|
extern const Pref* PREF_DOWNLOAD_RESULT;
|
|
|
// value: true | false
|
|
|
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
|
|
@@ -276,10 +280,6 @@ extern const Pref* PREF_FTP_TYPE;
|
|
|
extern const Pref* PREF_FTP_PASV;
|
|
|
// values: true | false
|
|
|
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
|