X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsession.h;h=b3f044a762445c27cce47d9b842eb95c82a1d549;hp=f6070d15e18b747e6a1d02cc2dd1bb34926acc79;hb=a6af2d19dddb0c2ef961d087d8ca0f2b3bda8f7a;hpb=d4981d86af4a523288d1eadca634b83fad0f37e8 diff --git a/src/session.h b/src/session.h index f6070d1..b3f044a 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.9 2005-06-25 15:46:05 adam Exp $ + * $Id: session.h,v 1.10 2006-03-15 13:32:05 adam Exp $ */ /** * \file session.h @@ -26,6 +26,8 @@ struct gfs_server { cql_transform_t cql_transform; void *server_node_ptr; char *directory; + char *docpath; + char *stylesheet; struct gfs_server *next; }; @@ -109,6 +111,8 @@ typedef struct association statserv_options_block *last_control; cql_transform_t cql_transform; void *server_node_ptr; + const char *docpath; + const char *stylesheet; } association; association *create_association(IOCHAN channel, COMSTACK link,