X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fodr.h;h=9af4c880f795d244ff03066b56dccdb83d2837ca;hb=044d170f0a963555486df54653cd2fdc5815928b;hp=24a5780008eed420b1c0b5d9c11b777e2bd12d1a;hpb=6565e283922168b7a1284d0c4164f94c833f6301;p=yaz-moved-to-github.git diff --git a/include/odr.h b/include/odr.h index 24a5780..9af4c88 100644 --- a/include/odr.h +++ b/include/odr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1997, Index Data. + * Copyright (c) 1995-1998, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -24,7 +24,10 @@ * OF THIS SOFTWARE. * * $Log: odr.h,v $ - * Revision 1.24 1997-11-24 11:33:56 adam + * Revision 1.25 1998-02-11 11:53:33 adam + * Changed code so that it compiles as C++. + * + * Revision 1.24 1997/11/24 11:33:56 adam * Using function odr_nullval() instead of global ODR_NULLVAL when * appropriate. * @@ -292,7 +295,7 @@ typedef struct odr Odr_ber_tag odr_ber_tag; } *ODR; -typedef int (*Odr_fun)(); +typedef int (*Odr_fun)(ODR, char **, int); typedef struct odr_arm {