#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <time.h>
#include <string.h>
#include <unistd.h>
#include "db_int.h"
Go to the source code of this file.
Defines | |
#define | SERIAL_INIT 0 |
Functions | |
int | CDB___os_fileid (DB_ENV *dbenv, const char *fname, int unique_okay, u_int8_t *fidp) |
Variables | |
static u_int32_t | fid_serial = SERIAL_INIT |
static const char | revid [] = "$Id: os__fid_8c.html,v 1.1 2008/06/08 10:21:13 sebdiaz Exp $" |