Finished const-ifications as suggested by Erik Johansson in

SF Patch tracker [ 1587272 ].


git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@109 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez
2006-12-23 22:43:32 +00:00
parent 17db87ab96
commit fd19d54144
8 changed files with 36 additions and 30 deletions

View File

@@ -398,7 +398,7 @@ FindServiceEventURLPath( service_table * table,
************************************************************************/
service_info *
FindServiceControlURLPath( service_table * table,
char *controlURLPath )
const char *controlURLPath )
{
service_info *finger = NULL;
uri_type parsed_url;