X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Furl.h;h=899a580466f6d4eeebac4efe4238fae709e89d73;hb=7c7e37084545799555a7e49e0fb4d3d6f44f3a44;hp=ac267273a1fa149b9a8231e1bbfdc39b10570b9c;hpb=8cd8912e4ff99fd53ff78a028f7d84418e494b0d;p=yaz-moved-to-github.git diff --git a/include/yaz/url.h b/include/yaz/url.h index ac26727..899a580 100644 --- a/include/yaz/url.h +++ b/include/yaz/url.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data. + * 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: @@ -47,7 +47,7 @@ YAZ_EXPORT yaz_url_t yaz_url_create(void); /** \brief destroys a URL fetcher \param p handle - + Note: OK to pass NULL as p */ YAZ_EXPORT void yaz_url_destroy(yaz_url_t p);