X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.h;h=61bf84dffe1e09be81ca39bf6a7819ea43182aa5;hb=de94629a46584eafe114f740ed3000b26dd42ffb;hp=90ee0b190e45067164bc0a94fcd0b31ef04fa384;hpb=c586ade2977ae5f6bf01f24cc7c8a84492c544a8;p=yaz-moved-to-github.git 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; };