X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fppmutex.h;h=14043d34c7101b0fbdae3927dc127a065b3cf37e;hb=817e3ec506c4095bc4fcc1923cee36153ef4ee43;hp=20b24033fbd9a995f498d6ba56d90b5848d709b2;hpb=474a3df3c734386bf2441cb23feae414a2c8297b;p=pazpar2-moved-to-github.git diff --git a/src/ppmutex.h b/src/ppmutex.h index 20b2403..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 @@ -25,11 +25,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define PAZPAR2_PPMUTEXF_H #include -#include void pazpar2_mutex_init(void); -void pazpar2_mutex_create_flag(YAZ_MUTEX *p, const char *name, int flags); void pazpar2_mutex_create(YAZ_MUTEX *p, const char *name); #endif