X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Furl.h;h=aa5fd4d26ea9bd9f77a30aaa13a440a07fd8771e;hp=ac267273a1fa149b9a8231e1bbfdc39b10570b9c;hb=4b92c6833026a51cc391840d1157cd5fefede1df;hpb=8cd8912e4ff99fd53ff78a028f7d84418e494b0d diff --git a/include/yaz/url.h b/include/yaz/url.h index ac26727..aa5fd4d 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-2013 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);