X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsession.h;h=a2167bbd73c46eb4fe4c27571cde47a069c4b31d;hb=88d3bedf772316f87e1996f655ccf8d1e2589755;hp=e5343ff883fb9e7095f7676abbd97a42db20a756;hpb=643f3c67b24a03ea12d0d3420d78a734aedf5b1d;p=yaz-moved-to-github.git diff --git a/src/session.h b/src/session.h index e5343ff..a2167bb 100644 --- a/src/session.h +++ b/src/session.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data. + * Copyright (C) 1995-2010 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -68,8 +68,6 @@ typedef enum { typedef struct request { - int len_refid; /* length of referenceid */ - char *refid; /* referenceid */ request_state state; Z_GDU *gdu_request; /* Current request */