X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsrwutil.c;h=e1421042635cb9e5733b540cbc32d1a6e004956a;hb=9773a01f6dae65e5f9c424b3f2bc7454b8270cfc;hp=d011233075bbb51029988ad2730716f3648a6c1e;hpb=54dc5b4629da5b10c2f3d4e3bdb7cb70c46669a5;p=yaz-moved-to-github.git diff --git a/src/srwutil.c b/src/srwutil.c index d011233..e142104 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2010 Index Data * See the file LICENSE for details. */ /** @@ -14,8 +14,9 @@ #include /** \brief decodes HTTP path (which should hold SRU database) - \param o memory for returned result + \param n memory for returned result \param uri URI path (up to but not including ?) + \param len URI len (up to but not including ?) \returns ODR allocated database */ static char *yaz_decode_sru_dbpath_odr(ODR n, const char *uri, size_t len)