Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Prototype for cdbw_stable_seeder.



details:   https://anonhg.NetBSD.org/src/rev/ff357908484c
branches:  trunk
changeset: 779576:ff357908484c
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Jun 03 21:21:45 2012 +0000

description:
Prototype for cdbw_stable_seeder.

diffstat:

 include/cdbw.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 89a180ad23c0 -r ff357908484c include/cdbw.h
--- a/include/cdbw.h    Sun Jun 03 21:02:50 2012 +0000
+++ b/include/cdbw.h    Sun Jun 03 21:21:45 2012 +0000
@@ -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 @@
     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 *);



Home | Main Index | Thread Index | Old Index