X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fsession.h;h=deb4c204308150ee3efec4b1bb10dc18ccc99021;hb=0008748e4e9730bfffd4a4c5aba63fb0fe9a3371;hp=7c13234bbd99f3fbd3fff4687a3fc046966f24d0;hpb=adfa93d3033913d04c134941f7035f00fd2f080b;p=yaz-moved-to-github.git diff --git a/server/session.h b/server/session.h index 7c13234..deb4c20 100644 --- a/server/session.h +++ b/server/session.h @@ -1,10 +1,17 @@ /* - * Copyright (C) 1995-1998, Index Data I/S + * Copyright (C) 1995-1999, Index Data * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * * $Log: session.h,v $ - * Revision 1.18 1998-08-03 10:23:57 adam + * Revision 1.20 1999-10-11 10:01:24 adam + * Implemented bend_sort_rr handler for frontend server. + * + * Revision 1.19 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. + * + * Revision 1.18 1998/08/03 10:23:57 adam * Fixed bug regarding Options for Sort. * * Revision 1.17 1998/07/20 12:38:43 adam @@ -145,6 +152,7 @@ typedef struct association int (*bend_present) (); int (*bend_esrequest) (); int (*bend_delete) (); + int (*bend_scan) (); } association; association *create_association(IOCHAN channel, COMSTACK link);