replace unhexify with hex2bin
[deliverable/binutils-gdb.git] / gold / compressed_output.cc
index 16d91295e2beb1b75a7f5b387893f30958124d27..9c7c7dd7e76c3789e3b39968b3e8133ed0d8b5ce 100644 (file)
@@ -135,7 +135,7 @@ zlib_compress(const unsigned char*, unsigned long,
 
 static bool
 zlib_decompress(const unsigned char*, unsigned long,
-               unsigned char**, unsigned long*)
+               unsigned char*, unsigned long)
 {
   return false;
 }
This page took 0.023259 seconds and 4 git commands to generate.