X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsrwutil.c;h=e1421042635cb9e5733b540cbc32d1a6e004956a;hp=d011233075bbb51029988ad2730716f3648a6c1e;hb=7b4adcc54d64c9196a8c19a7f69c850774b8776b;hpb=54dc5b4629da5b10c2f3d4e3bdb7cb70c46669a5 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)