X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsession.h;h=61bf84dffe1e09be81ca39bf6a7819ea43182aa5;hp=90ee0b190e45067164bc0a94fcd0b31ef04fa384;hb=51e1ca7946289042c3c09e92afc1c1c465f5d870;hpb=c586ade2977ae5f6bf01f24cc7c8a84492c544a8 diff --git a/src/session.h b/src/session.h index 90ee0b1..61bf84d 100644 --- a/src/session.h +++ b/src/session.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data. + * Copyright (C) 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: @@ -51,6 +51,7 @@ struct gfs_server { char *directory; char *docpath; char *stylesheet; + char *client_query_charset; yaz_retrieval_t retrieval; struct gfs_server *next; };