2a377946ed
Packaged and provided by Mark Blackman via PR 36348. Spreadlogd is a general purpose daemon for receiving Spread toolkit broadcast/multicast messages and logging them either to a file or for further processing by a Perl module as an interpreter is embedded.
16 lines
847 B
Text
16 lines
847 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2007/07/29 06:58:59 obache Exp $
|
|
|
|
--- echash.h.orig 2006-05-04 13:21:46.000000000 +0100
|
|
+++ echash.h
|
|
@@ -88,11 +88,4 @@ API_EXPORT(int) echash_next(ec_hash_tabl
|
|
API_EXPORT(int) echash_firstkey(ec_hash_table *h, const char **k, int *klen);
|
|
API_EXPORT(int) echash_nextkey(ec_hash_table *h, const char **k, int *klen, char *lk, int lklen);
|
|
|
|
-/* This function serves no real API use sans calculating expected buckets
|
|
- for keys (or extending the hash... which is unsupported) */
|
|
-API_EXPORT(unsigned int) echash__hash(const char *k, u_int32_t length,
|
|
- u_int32_t initval);
|
|
-API_EXPORT(ec_hash_bucket *) echash__new_bucket(const char *k, int klen,
|
|
- void *data);
|
|
-API_EXPORT(void) echash__rebucket(ec_hash_table *h, int newsize);
|
|
#endif
|