X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fidzebra%2Fisam-codec.h;h=88a0853901b28981fc1b01c77ed5210a0b53e414;hb=c401b3a1421e31b3d6b77bc7bac6ffb934207df1;hp=bca15916df0c15f0057f5bf4a93359d87a531e2a;hpb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;p=idzebra-moved-to-github.git diff --git a/include/idzebra/isam-codec.h b/include/idzebra/isam-codec.h index bca1591..88a0853 100644 --- a/include/idzebra/isam-codec.h +++ b/include/idzebra/isam-codec.h @@ -1,5 +1,5 @@ -/* $Id: isam-codec.h,v 1.3 2006-05-10 08:13:20 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: isam-codec.h,v 1.5 2006-10-29 17:20:00 adam Exp $ + Copyright (C) 1995-2006 Index Data ApS This file is part of the Zebra server. @@ -15,16 +15,16 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #ifndef ISAM_CODEC_H #define ISAM_CODEC_H typedef struct { - void *(*start)(); + void *(*start)(void); void (*stop)(void *p); void (*decode)(void *p, char **dst, const char **src); void (*encode)(void *p, char **dst, const char **src);