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/nanohttp.c b/nanohttp.c
index 7f5a153..a94d6bb 100644
--- a/nanohttp.c
+++ b/nanohttp.c
@@ -714,7 +714,7 @@
  *     The contentType, if provided must be freed by the caller
  */
 
-void *
+void*
 xmlNanoHTTPOpen(const char *URL, char **contentType) {
     xmlNanoHTTPCtxtPtr ctxt;
     char buf[4096];
@@ -914,7 +914,7 @@
  *     The contentType, if provided must be freed by the caller
  */
 
-void *
+void*
 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input,
                   char **contentType, const char *headers) {
     xmlNanoHTTPCtxtPtr ctxt;