summaryrefslogtreecommitdiffstats
path: root/cpp
diff options
context:
space:
mode:
authorPaul Masurel <paul.masurel@gmail.com>2016-02-28 19:48:47 +0900
committerPaul Masurel <paul.masurel@gmail.com>2016-02-28 19:48:47 +0900
commit186e448a158b6a20baf9f823fe0f428a438e821b (patch)
tree21df0e4317737bef268c008dc655bc925fe18595 /cpp
parent23de4b5f9907b6a02e2facc4d6e7b35f6ac71308 (diff)
blop
Diffstat (limited to 'cpp')
-rw-r--r--cpp/encode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/encode.cpp b/cpp/encode.cpp
index c2a4201..bde232e 100644
--- a/cpp/encode.cpp
+++ b/cpp/encode.cpp
@@ -12,7 +12,7 @@ extern "C" {
- size_t encode_native(
+ size_t encode_sorted_native(
uint32_t* begin,
const size_t num_els,
uint32_t* output,
@@ -25,7 +25,7 @@ extern "C" {
return output_length;
}
- size_t decode_native(
+ size_t decode_sorted_native(
const uint32_t* compressed_data,
const size_t compressed_size,
uint32_t* uncompressed,