X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fsession.h;h=79f5604a423574b1ee16300005cd52d0d9ac6dbf;hp=f0f96ebb51a2cc8f9acf49a66dfb29a966f4d2f9;hb=3060b77b776350c6e677c06b3070542dba5c42b6;hpb=044d170f0a963555486df54653cd2fdc5815928b diff --git a/server/session.h b/server/session.h index f0f96eb..79f5604 100644 --- a/server/session.h +++ b/server/session.h @@ -4,7 +4,14 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: session.h,v $ - * Revision 1.15 1998-02-11 11:53:36 adam + * Revision 1.17 1998-07-20 12:38:43 adam + * Implemented delete result set service to server API. + * + * Revision 1.16 1998/03/31 11:07:45 adam + * Furhter work on UNIverse resource report. + * Added Extended Services handling in frontend server. + * + * Revision 1.15 1998/02/11 11:53:36 adam * Changed code so that it compiles as C++. * * Revision 1.14 1998/02/10 11:03:57 adam @@ -133,6 +140,8 @@ typedef struct association int (*bend_sort) (); int (*bend_search) (); int (*bend_present) (); + int (*bend_esrequest) (); + int (*bend_delete) (); } association; association *create_association(IOCHAN channel, COMSTACK link);