X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-util.h;h=819f53a1bbf34e2120c825b92c336f9ca67d08e9;hb=46ef949fc6e8c975ebb5bd6ed1a4f745b2d24aae;hp=e8ac43e23421a2c722387f8b1dccb4b85aa9d2f3;hpb=31f45e37cf375384c5a68f99db540629b965c81e;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-util.h b/include/yaz/yaz-util.h index e8ac43e..819f53a 100644 --- a/include/yaz/yaz-util.h +++ b/include/yaz/yaz-util.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2007, Index Data +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2012 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: @@ -24,7 +24,6 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: yaz-util.h,v 1.19 2007-01-12 21:41:53 adam Exp $ */ /** * \file yaz-util.h @@ -47,6 +46,7 @@ #include #include #include +#include /** \mainpage YAZ \section intro_sec Introduction @@ -55,6 +55,7 @@ YAZ User's Guide and Reference at http://www.indexdata.com/yaz/doc/ This is also located in the doc directory of the YAZ distribution. + (This main page is from yaz-util.h). The following sections is just a summary of the most important header files and where they belong. @@ -78,6 +79,14 @@ Record retrieval: \ref retrieval.h . + Timing : \ref timing.h . + + Locking: \ref mutex.h . + + Daemon: \ref daemon.h . + + Windows Service: \ref sc.h . + \section queryparsers Query parsers PQF parsing: \ref pquery.h . @@ -148,6 +157,7 @@ /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab