X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-util.h;h=c09c647b7f0aa13c5b8142bbe308d70bc87cb2bf;hp=baac76878a131470664dea0c05f4408d7d27af7f;hb=dd993ee2910a754d46b2223c06b09abdd61caceb;hpb=93f4285bbf2ed5a42fe62f92c7c4618df5f20583 diff --git a/include/yaz/yaz-util.h b/include/yaz/yaz-util.h index baac768..c09c647 100644 --- a/include/yaz/yaz-util.h +++ b/include/yaz/yaz-util.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2011 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: @@ -46,7 +46,7 @@ #include #include #include -#include +#include /** \mainpage YAZ \section intro_sec Introduction @@ -78,6 +78,10 @@ Record retrieval: \ref retrieval.h . + Timing : \ref timing.h . + + Locking: \ref mutex.h . + \section queryparsers Query parsers PQF parsing: \ref pquery.h . @@ -148,6 +152,7 @@ /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab