From 8bdf9e6f18ca2e77d8b14be17bd2fca4160c5ce9 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 17 Aug 2003 16:07:15 +0000 Subject: [PATCH] (struct CHISE_DS): Omit definition of members. --- chise.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/chise.h b/chise.h index 8bd4d05..b6ea8ac 100644 --- a/chise.h +++ b/chise.h @@ -10,11 +10,7 @@ typedef enum CHISE_DS_Type CHISE_DS_Berkeley_DB } CHISE_DS_Type; -typedef struct CHISE_DS -{ - CHISE_DS_Type type; - unsigned char *location; -} CHISE_DS; +typedef struct CHISE_DS CHISE_DS; CHISE_DS* chise_open_data_source (CHISE_DS_Type type, char *location); -- 1.7.10.4