updated libxml2 to 2.5.10
[TestXSLT.git] / libxml2 / include / libxml / nanoftp.h
index a0ba2ce..f19194d 100644 (file)
@@ -93,6 +93,8 @@ int   xmlNanoFTPCheckResponse (void *ctx);
  */
 int    xmlNanoFTPCwd           (void *ctx,
                                 char *directory);
+int    xmlNanoFTPDele          (void *ctx,
+                                char *file);
 
 int    xmlNanoFTPGetConnection (void *ctx);
 int    xmlNanoFTPCloseConnection(void *ctx);