You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
401 B
16 lines
401 B
2 months ago
|
diff -ur a/lib/hash.h b/lib/hash.h
|
||
|
--- a/lib/hash.h 2023-01-04 23:06:45.000000000 +0100
|
||
|
+++ b/lib/hash.h 2023-01-17 13:04:05.200398680 +0100
|
||
|
@@ -24,6 +24,11 @@
|
||
|
#ifndef HASH_H_
|
||
|
# define HASH_H_
|
||
|
|
||
|
+#define hash_lookup recode_hash_lookup
|
||
|
+#define hash_delete recode_hash_delete
|
||
|
+#define hash_free recode_hash_free
|
||
|
+#define hash_insert recode_hash_insert
|
||
|
+
|
||
|
# include <stdio.h>
|
||
|
|
||
|
# ifdef __cplusplus
|