aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-11-04 17:34:35 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-11-04 17:34:35 +0000
commit34099b403124601d9cd4bde0846a637bf8952cea (patch)
tree096477eb1aae15c5a69292b2dee3a56f4b625def /include
parent1ba06bb7f42c636506b319c03ef25b129cb51331 (diff)
downloadandroid_external_libxml2-34099b403124601d9cd4bde0846a637bf8952cea.tar.gz
android_external_libxml2-34099b403124601d9cd4bde0846a637bf8952cea.tar.bz2
android_external_libxml2-34099b403124601d9cd4bde0846a637bf8952cea.zip
changing the way the .c is generated, extending the tests coverage fixing
* gentest.py testapi.c: changing the way the .c is generated, extending the tests coverage * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some function signatures, regenerating stuff * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/nanoftp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libxml/nanoftp.h b/include/libxml/nanoftp.h
index 95280db5..e3c28a01 100644
--- a/include/libxml/nanoftp.h
+++ b/include/libxml/nanoftp.h
@@ -109,10 +109,10 @@ XMLPUBFUN int XMLCALL
*/
XMLPUBFUN int XMLCALL
xmlNanoFTPCwd (void *ctx,
- char *directory);
+ const char *directory);
XMLPUBFUN int XMLCALL
xmlNanoFTPDele (void *ctx,
- char *file);
+ const char *file);
XMLPUBFUN int XMLCALL
xmlNanoFTPGetConnection (void *ctx);
@@ -122,7 +122,7 @@ XMLPUBFUN int XMLCALL
xmlNanoFTPList (void *ctx,
ftpListCallback callback,
void *userData,
- char *filename);
+ const char *filename);
XMLPUBFUN int XMLCALL
xmlNanoFTPGetSocket (void *ctx,
const char *filename);