X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fppmutex.h;h=14043d34c7101b0fbdae3927dc127a065b3cf37e;hb=817e3ec506c4095bc4fcc1923cee36153ef4ee43;hp=c6b8c9e0e6f10ae02fc153051bd0540c3312bd24;hpb=1b423121ae5ccbf05ff800ea229a9941b0a52dee;p=pazpar2-moved-to-github.git diff --git a/src/ppmutex.h b/src/ppmutex.h index c6b8c9e..14043d3 100644 --- a/src/ppmutex.h +++ b/src/ppmutex.h @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2010 Index Data + Copyright (C) Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -26,10 +26,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include -YAZ_EXPORT -void pazpar2_mutex_enable_debug(int debug); +void pazpar2_mutex_init(void); -YAZ_EXPORT void pazpar2_mutex_create(YAZ_MUTEX *p, const char *name); #endif