X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Flog.h;h=b17c4ae08c36d0e234b04592d2d76f7060bec6f2;hb=073195289eb9b73d6793fa283e5a7dca7a24fba8;hp=ca2a36eccb550d5f87859f94f3c798d07719531a;hpb=6dc4539f74395fa8f95596263d86edc1281bc399;p=yaz-moved-to-github.git diff --git a/include/yaz/log.h b/include/yaz/log.h index ca2a36e..b17c4ae 100644 --- a/include/yaz/log.h +++ b/include/yaz/log.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: log.h,v 1.11 2003-05-22 15:41:58 heikki Exp $ + * $Id: log.h,v 1.12 2003-10-09 15:51:36 adam Exp $ */ #ifndef LOG_H @@ -73,6 +73,7 @@ YAZ_EXPORT void log_event_start (void (*func)(int level, const char *msg, void * YAZ_EXPORT void log_event_end (void (*func)(int level, const char *msg, void *info), void *info); +YAZ_EXPORT void yaz_log_reopen(void); YAZ_END_CDECL #endif