libupnp/upnp/inc
Marcelo Roberto Jimenez a1d707ac81 Backport of svn revision 493: Declare a few functions to have proper
(void) argument list.

	* SF Patch Tracker [ 2857611 ] Declare a few functions to have proper
	(void) argument list.
	Submitted By: zephyrus ( zephyrus00jp )
	
	In a publicly installed headers, a few functions are declared without any
	arguments at all, a la "()".
	When I used gcc's -Wimplict and -Wstrict-prototypes to check for the
	mismatch of
	function prototype declarations and their usage in my own program,
	some headers from libupnp-1.6.6 produced warnings.

	They are not strictly bugs, but pretty much annoying. This is 2009, and
	almost all the important compilers
	understand ISO-C.

	So the offending functions are declared as "(void") to show that they have
	no arguments at all.



git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@494 119443c7-1b9e-41f8-b6fc-b9c35fce742c
2010-03-15 15:34:54 +00:00
..
upnp.h Backport of svn revision 493: Declare a few functions to have proper 2010-03-15 15:34:54 +00:00
upnpconfig.h.in * Removing the Dbg_Level, InitLog, SetLogFileNames and CloseLog 2007-05-25 15:02:12 +00:00
upnpdebug.h Backport of svn revision 493: Declare a few functions to have proper 2010-03-15 15:34:54 +00:00
UpnpGlobal.h Do not use C++ like comments. Some compilers don't like it. 2008-08-14 12:06:22 +00:00
UpnpInet.h Backport of most of upnp.h with documentation. 2008-07-27 03:06:21 +00:00
upnptools.h * Removing the Dbg_Level, InitLog, SetLogFileNames and CloseLog 2007-05-25 15:02:12 +00:00