From 2a99df08803ac7a46e49b954da78009d279dae61 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 19 May 2001 17:43:23 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'GNUMERIC_0_65'. svn path=/tags/GNUMERIC_0_65/; revision=9897 --- e-util/e-dbhash.h | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 e-util/e-dbhash.h (limited to 'e-util/e-dbhash.h') diff --git a/e-util/e-dbhash.h b/e-util/e-dbhash.h deleted file mode 100644 index ac0b28d6a8..0000000000 --- a/e-util/e-dbhash.h +++ /dev/null @@ -1,45 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Writes hashes that go to/from disk in db form. Hash keys are strings - * - * Author: - * JP Rosevear (jpr@helixcode.com) - * - * Copyright 2000, Helix Code, Inc. - */ - -#ifndef __E_DBHASH_H__ -#define __E_DBHASH_H__ - -#include - -typedef enum { - E_DBHASH_STATUS_SAME, - E_DBHASH_STATUS_DIFFERENT, - E_DBHASH_STATUS_NOT_FOUND, -} EDbHashStatus; - -typedef struct _EDbHash EDbHash; -typedef struct _EDbHashPrivate EDbHashPrivate; - -struct _EDbHash -{ - EDbHashPrivate *priv; -}; - -typedef void (*EDbHashFunc) (const char *key, gpointer user_data); - -EDbHash *e_dbhash_new (const char *filename); - -void e_dbhash_add (EDbHash *edbh, const char *key, const char *data); -void e_dbhash_remove (EDbHash *edbh, const char *key); - -EDbHashStatus e_dbhash_compare (EDbHash *edbh, const char *key, const char *compare_data); -void e_dbhash_foreach_key (EDbHash *edbh, EDbHashFunc func, gpointer user_data); - -void e_dbhash_write (EDbHash *edbh); - -void e_dbhash_destroy (EDbHash *edbh); - -#endif /* ! __E_DBHASH_H__ */ - -- cgit v1.2.3