X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=77f39e9f5827545e6090fe6c7880de3bff67795f;hb=82597a46abccacc8daa3f59838a88b0128414673;hp=70bb2e46ab6086a597162e08511d00535328b50b;hpb=30b3c16a904efc6f5e0c4326eaa7e13589921572;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 70bb2e4..77f39e9 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.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: @@ -34,6 +34,7 @@ #include #include #include +#include #include #define SHPTR 1 @@ -102,6 +103,7 @@ struct ZOOM_connection_p { ZOOM_Event m_queue_back; zoom_sru_mode sru_mode; int no_redirects; /* 0 for no redirects. >0 for number of redirects */ + yaz_cookies_t cookies; int log_details; int log_api;