removed extraneous xmlRemoveProp definition added item about

* tree.h: removed extraneous xmlRemoveProp definition
* TODO: added item about --disable-corba configure switch
* tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
* nanoftp.c: fixed include problems giving troubles on AIX and
  slowlaris
* xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
  parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
  comment and headers changes to lower gtk-doc number of warnings
* doc/html/*: rebuilt docs
Daniel
diff --git a/xmlIO.h b/xmlIO.h
index bc1c63b..8f9b7e0 100644
--- a/xmlIO.h
+++ b/xmlIO.h
@@ -44,7 +44,7 @@
 	xmlAllocParserInputBuffer		(xmlCharEncoding enc);
 
 xmlParserInputBufferPtr
-	xmlParserInputBufferCreateFilename	(const char *filename,
+	xmlParserInputBufferCreateFilename	(const char *URI,
                                                  xmlCharEncoding enc);
 xmlParserInputBufferPtr
 	xmlParserInputBufferCreateFile		(FILE *file,