type identifier changed for GCC

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@22 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Oxy
2006-06-13 12:38:29 +00:00
parent 863e743c41
commit cbefc2ff49
2 changed files with 2 additions and 2 deletions

View File

@@ -303,7 +303,7 @@ ixmlNode_setNodeValue(IXML_Node *nodeptr,
* {\bf Node}.
*/
EXPORT_SPEC const unsigned short
EXPORT_SPEC unsigned short
ixmlNode_getNodeType(IXML_Node *nodeptr
/** The {\bf Node} from which to retrieve the type. */
);

View File

@@ -359,7 +359,7 @@ ixmlNode_setNodeValue( IN IXML_Node * nodeptr,
* External function.
*
*=================================================================*/
const unsigned short
unsigned short
ixmlNode_getNodeType( IN IXML_Node * nodeptr )
{
if( nodeptr != NULL ) {