Removing header of unused and no longer function parse_port().

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@472 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez
2008-07-27 02:33:01 +00:00
parent 8ab8265fd2
commit 7847d15171

View File

@@ -280,22 +280,6 @@ int token_cmp(
token *in2);
/*!
* \brief Parses a port (i.e. '4000') and converts it into a network ordered
* unsigned short int.
*
* \return
*/
int parse_port(
/*! [in] Sets a maximum limit. */
int max,
/*! [in] Port to be parsed. */
const char *port,
/*! [out] Output parameter where the port is parsed and converted into
* network format. */
unsigned short int *out);
/*!
* \brief Parses a string representing a host and port (e.g. "127.127.0.1:80"
* or "localhost") and fills out a hostport_type struct with internet address