projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bdf9e6
)
(struct CHISE_DS): Definition of members are moved from chise.h.
author
tomo
<tomo>
Sun, 17 Aug 2003 16:09:05 +0000
(16:09 +0000)
committer
tomo
<tomo>
Sun, 17 Aug 2003 16:09:05 +0000
(16:09 +0000)
chise.c
patch
|
blob
|
history
diff --git
a/chise.c
b/chise.c
index
c37a61a
..
a5839cb
100644
(file)
--- a/
chise.c
+++ b/
chise.c
@@
-219,6
+219,13
@@
chise_format_char_id (CHISE_Char_ID cid, unsigned char *dest, int len)
}
}
+
+struct CHISE_DS
+{
+ CHISE_DS_Type type;
+ unsigned char *location;
+};
+
CHISE_DS*
chise_open_data_source (CHISE_DS_Type type, char *location)
{