File: fix-build

package info (click to toggle)
libmatchbox 1.12%2Bgit20170224-3.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 748 kB
  • sloc: ansic: 8,675; makefile: 101; sh: 11
file content (11 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Index: libmatchbox-1.12+git20170224/libmb/hash.h
===================================================================
--- libmatchbox-1.12+git20170224.orig/libmb/hash.h	2020-05-15 16:50:56.000000000 +0100
+++ libmatchbox-1.12+git20170224/libmb/hash.h	2025-03-12 16:25:40.142556213 +0000
@@ -38,5 +38,5 @@
 unsigned int hashfunc(struct hash *h, char *s);
 struct nlist *hash_lookup(struct hash *h, char *s);
 struct nlist *hash_add(struct hash *h, char *key, char *val);
-void hash_empty();
+void hash_empty(struct hash *h);
 void hash_destroy(struct hash *h);