Module Name: src Committed By: joerg Date: Sun Jun 3 21:21:45 UTC 2012
Modified Files: src/include: cdbw.h Log Message: Prototype for cdbw_stable_seeder. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/include/cdbw.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/include/cdbw.h diff -u src/include/cdbw.h:1.1 src/include/cdbw.h:1.2 --- src/include/cdbw.h:1.1 Sun Apr 25 00:54:45 2010 +++ src/include/cdbw.h Sun Jun 3 21:21:45 2012 @@ -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 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 *);