Tatsuhiro Tsujikawa hace 13 años
padre
commit
38426d744b
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/prefs.h

+ 4 - 4
src/prefs.h

@@ -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