diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-18 19:30:27 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-18 19:30:27 +0000 |
commit | 5e2dace1ca6fbb023d1ce848d4e98deefbbfec31 (patch) | |
tree | 11c326472dc001b64ae56f165323934d72a95336 /include/libxml/xlink.h | |
parent | 8599e70dd39c4cdc3da79fdc07859c911381b00b (diff) | |
download | libxml2-5e2dace1ca6fbb023d1ce848d4e98deefbbfec31.tar.gz |
Cleanup, cleanup .. removed libxml softlink for good cleanup to get 100%
Cleanup, cleanup ..
* configure.in Makefile.am: removed libxml softlink for good
* include/libxml/*.h *.c doc/Makefile.am: cleanup to get
100% coverage by gtk-doc
Daniel
Diffstat (limited to 'include/libxml/xlink.h')
-rw-r--r-- | include/libxml/xlink.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/libxml/xlink.h b/include/libxml/xlink.h index 6d27166f..318ebcaf 100644 --- a/include/libxml/xlink.h +++ b/include/libxml/xlink.h @@ -60,9 +60,7 @@ typedef enum { * This is the prototype for the link detection routine * It calls the default link detection callbacks upon link detection. */ -typedef void -(*xlinkNodeDetectFunc) (void *ctx, - xmlNodePtr node); +typedef void (*xlinkNodeDetectFunc) (void *ctx, xmlNodePtr node); /** * The link detection module interract with the upper layers using |