summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2012-06-03 21:21:45 +0000
committerjoerg <joerg@NetBSD.org>2012-06-03 21:21:45 +0000
commita30975ee5c1bb532c859a06bbbb59090e3c973cb (patch)
treec34b9900849557da32c8128887a6e168d14cdd7e /include
parent325eaeee7e0463f87de9d4c446d0091adbb5a243 (diff)
Prototype for cdbw_stable_seeder.
Diffstat (limited to 'include')
-rw-r--r--include/cdbw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cdbw.h b/include/cdbw.h
index 3625705e1b7..67e27de70c4 100644
--- a/include/cdbw.h
+++ b/include/cdbw.h
@@ -1,4 +1,4 @@
-/* $NetBSD: cdbw.h,v 1.1 2010/04/25 00:54:45 joerg Exp $ */
+/* $NetBSD: cdbw.h,v 1.2 2012/06/03 21:21:45 joerg Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -49,6 +49,7 @@ int cdbw_put_data(struct cdbw *, const void *, size_t,
uint32_t *);
int cdbw_put_key(struct cdbw *, const void *, size_t,
uint32_t);
+uint32_t cdbw_stable_seeder(void);
int cdbw_output(struct cdbw *, int, const char[16],
uint32_t (*)(void));
void cdbw_close(struct cdbw *);