projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b5229
)
(OTF_put_data, OTF_get_data): Extern them.
author
handa
<handa>
Fri, 2 Oct 2009 03:59:09 +0000
(
03:59
+0000)
committer
handa
<handa>
Fri, 2 Oct 2009 03:59:09 +0000
(
03:59
+0000)
src/otf.h
patch
|
blob
|
history
diff --git
a/src/otf.h
b/src/otf.h
index
2564b80
..
3d63439
100644
(file)
--- a/
src/otf.h
+++ b/
src/otf.h
@@
-1523,6
+1523,11
@@
extern OTF_Tag OTF_tag (const char *name);
extern void OTF_tag_name (OTF_Tag tag, char *name);
+extern int OTF_put_data (OTF *otf, char *id, void *data,
+ void (*freer) (void *data));
+
+extern void *OTF_get_data (OTF *otf, char *id);
+
#ifdef __cplusplus
}
#endif