X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fsession.h;h=4254cd2c1945a61ba1498715cba596a52debb73d;hp=72623f3e0364660e64572b1161de3158922a5daa;hb=db585d7fcb8319fa86543eb062df7fdaf16858c6;hpb=d9d97a04b6f9597225b8440dad61790dfa39a751 diff --git a/server/session.h b/server/session.h index 72623f3..4254cd2 100644 --- a/server/session.h +++ b/server/session.h @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: session.h,v 1.28 2003-02-12 15:06:43 adam Exp $ + * $Id: session.h,v 1.29 2003-02-17 21:23:31 adam Exp $ */ #ifndef SESSION_H @@ -87,15 +87,6 @@ typedef struct association unsigned cs_accept_mask; struct bend_initrequest *init; -#if 0 - int (*bend_sort) (); - int (*bend_search) (); - int (*bend_present) (); - int (*bend_esrequest) (); - int (*bend_delete) (); - int (*bend_scan) (); - int (*bend_segment) (); -#endif } association; association *create_association(IOCHAN channel, COMSTACK link);