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:
db319f0
)
(OTF_get_drive_log): Extern it.
author
handa
<handa>
Mon, 23 Nov 2009 23:22:47 +0000
(23:22 +0000)
committer
handa
<handa>
Mon, 23 Nov 2009 23:22:47 +0000
(23:22 +0000)
src/otf.h
patch
|
blob
|
history
diff --git
a/src/otf.h
b/src/otf.h
index
95f044f
..
47d93e7
100644
(file)
--- a/
src/otf.h
+++ b/
src/otf.h
@@
-1529,6
+1529,8
@@
extern int OTF_put_data (OTF *otf, char *id, void *data,
extern void *OTF_get_data (OTF *otf, char *id);
+extern OTF_Tag *OTF_get_drive_log (OTF *otf);
+
#ifdef __cplusplus
}
#endif