X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzgdu.c;h=d414406a1862ce492595f02054808d2d00cbcb16;hb=e7e9d6ab325472e8f103409f34ba853cdb314f2e;hp=d6c2dc7e22f7017e5a4b01131d3597237d0f04b7;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;p=yaz-moved-to-github.git diff --git a/src/zgdu.c b/src/zgdu.c index d6c2dc7..d414406 100644 --- a/src/zgdu.c +++ b/src/zgdu.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ @@ -12,7 +12,7 @@ #include #include -int z_GDU (ODR o, Z_GDU **p, int opt, const char *name) +int z_GDU(ODR o, Z_GDU **p, int opt, const char *name) { if (o->direction == ODR_DECODE) { *p = (Z_GDU *) odr_malloc(o, sizeof(**p));