From: handa Date: Mon, 23 Nov 2009 23:22:47 +0000 (+0000) Subject: (OTF_get_drive_log): Extern it. X-Git-Tag: REL-0-9-11~32 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4f479cb776044b404120c863ac784a025b88af1b;p=m17n%2Flibotf.git (OTF_get_drive_log): Extern it. --- diff --git a/src/otf.h b/src/otf.h index 95f044f..47d93e7 100644 --- 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