X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsession.h;h=f6070d15e18b747e6a1d02cc2dd1bb34926acc79;hp=b9fdf02b5dde9ddfd815d65677842ee850ea9c5c;hb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505;hpb=67002f49611adb64993391b0cbf6c235f18080a4 diff --git a/src/session.h b/src/session.h index b9fdf02..f6070d1 100644 --- a/src/session.h +++ b/src/session.h @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: session.h,v 1.8 2005-03-08 11:07:49 adam Exp $ + * $Id: session.h,v 1.9 2005-06-25 15:46:05 adam Exp $ */ /** * \file session.h @@ -112,7 +112,7 @@ typedef struct association } association; association *create_association(IOCHAN channel, COMSTACK link, - const char *apdufile); + const char *apdufile); void destroy_association(association *h); void ir_session(IOCHAN h, int event); @@ -130,3 +130,11 @@ int statserv_must_terminate(void); int control_association(association *assoc, const char *host, int force); #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +