X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=34f1ddb6406fb3a23fd6391a2c5b5127b78eba1b;hb=7bfdd9cdcbfd12d6690278c9b56a7ac26b2457e9;hp=e8e7773504ebeb83996e2492983a86b891de66ed;hpb=7c9bef6a8e73fe722c2de81e76f56afc8d7f3cd3;p=yaz-moved-to-github.git diff --git a/src/session.h b/src/session.h index e8e7773..34f1ddb 100644 --- a/src/session.h +++ b/src/session.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2011 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: @@ -120,8 +120,8 @@ typedef struct association association_state state; /* session parameters */ - Odr_int preferredMessageSize; - Odr_int maximumRecordSize; + int preferredMessageSize; + int maximumRecordSize; int version; /* highest version-bit set (2 or 3) */ int cs_get_mask; @@ -148,8 +148,6 @@ void request_delq(request_q *q); request *request_get(request_q *q); void request_release(request *r); -int statserv_must_terminate(void); - int control_association(association *assoc, const char *host, int force); int ir_read(IOCHAN h, int event);