]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/strutils.hxx
HTTP: Rename urlretrieve/urlload to save/load.
[simgear.git] / simgear / misc / strutils.hxx
index 977aa894a0dc44dd6bfafa1ee93e85d1dccd216f..7fce94a5f2728681d84d03eade76a8d94c009091 100644 (file)
@@ -160,7 +160,7 @@ namespace simgear {
      * NULs). Throws an exception if input data is not base64, or is
      * malformed
      */
-    std::string decodeBase64(const std::string& a);
+      void decodeBase64(const std::string& a, std::vector<unsigned char>& output);
     
     /**
      * convert bytes to hexadecimal equivalent