From 4f479cb776044b404120c863ac784a025b88af1b Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 23 Nov 2009 23:22:47 +0000 Subject: [PATCH] (OTF_get_drive_log): Extern it. --- src/otf.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4