00001 /* 00002 The Malete project - the Z39.2/Z39.50 database framework of OpenIsis. 00003 Version 0.9.x (patchlevel see file Version) 00004 Copyright (C) 2001-2004 by Erik Grziwotz, erik@openisis.org 00005 00006 This library is free software; you can redistribute it and/or 00007 modify it under the terms of the GNU Lesser General Public 00008 License as published by the Free Software Foundation; either 00009 version 2.1 of the License, or (at your option) any later version. 00010 00011 This library is distributed in the hope that it will be useful, 00012 but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00014 See the GNU Lesser General Public License for more details. 00015 00016 You should have received a copy of the GNU Lesser General Public 00017 License along with this library; if not, write to the Free Software 00018 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00019 00020 see README for more information 00021 EOH */ 00022 #ifndef TOOL_H 00023 00024 /* 00025 $Id: tool.h,v 1.3 2005/05/11 08:22:02 kripke Exp $ 00026 interface of the Malete tools 00027 */ 00028 00029 #define TOOL_VERSION "1.0.2" 00030 00031 #include "pw.h" 00032 00033 extern int server (); 00034 00035 #ifndef BUILD_NOCDS 00036 extern int cdsimp (Db *db, Fld *args); 00037 extern int cdsexp (Db *db, Fld *args); 00038 extern int cdsuse (); 00039 #endif 00040 00041 #ifndef BUILD_NOIIF 00042 extern int iifimp (Db *db, Fld *args); 00043 extern int iifexp (Db *db, Fld *args); 00044 extern int iifuse (); 00045 #endif 00046 00047 #define TOOL_H 00048 #endif /* TOOL_H */