X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fodr_seq.c;h=1373e1906b8ccb9da4a157210d3fd4741d300d2b;hp=da42b35dd3ed625738fcf90872083373da12e04b;hb=30cfc59b71c25923e2e9cfb63c310c095bb3b6c1;hpb=e147ddf129696b470aed3cfcdb405af84ee56ef6 diff --git a/odr/odr_seq.c b/odr/odr_seq.c index da42b35..1373e19 100644 --- a/odr/odr_seq.c +++ b/odr/odr_seq.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: odr_seq.c,v $ - * Revision 1.24 1999-04-20 09:56:48 adam + * Revision 1.25 1999-11-30 13:47:11 adam + * Improved installation. Moved header files to include/yaz. + * + * Revision 1.24 1999/04/20 09:56:48 adam * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun). * Modified all encoders/decoders to reflect this change. * @@ -81,8 +84,8 @@ * */ -#include #include +#include int odr_sequence_begin(ODR o, void *p, int size, const char *name) {