X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=ccb9f39f77007272b71c94ec7ff15a604bc135d8;hb=4e3f7be8266559e07dc01ae5d6aba31d30b8bd44;hp=139d559f871c48cbfaa99c42378e98985f491b61;hpb=d04d76e81e83b653b2e8fcfd9e311e764c5d15ba;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index 139d559..ccb9f39 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-2008 Index Data. + * Copyright (C) 1995-2009 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: @@ -200,6 +200,7 @@ struct ZOOM_task_p { ZOOM_resultset resultset; char *syntax; char *elementSetName; + int recv_search_fired; } search; #define ZOOM_TASK_RETRIEVE 2 struct { @@ -236,6 +237,7 @@ void ZOOM_options_addref (ZOOM_options opt); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab