Sophie

Sophie

distrib > Mandriva > cooker > x86_64 > by-pkgid > c7c771f73205b386a31d1c59316896ba > files > 566

lib64db4.6-devel-4.6.21-26mdv2011.0.x86_64.rpm

/*-
 * See the file LICENSE for redistribution information.
 *
 * Copyright (c) 2006,2007 Oracle.  All rights reserved.
 *
 * $Id: rep_common.h,v 12.5 2007/05/17 15:15:29 bostic Exp $
 */

/* Data shared by both repmgr and base versions of this program. */
typedef struct {
	int is_master;
} SHARED_DATA;

int create_env __P((const char *progname, DB_ENV **));
int doloop __P((DB_ENV *, SHARED_DATA *));
int env_init __P((DB_ENV *, const char *));
void usage __P((const char *));