commit | 28f52fe89dccf9c0a99a905522be8194230c4e77 | [log] [tgz] |
---|---|---|
author | Vlad Tsyrklevich <vtsyrklevich@google.com> | Thu Aug 10 15:08:48 2017 -0700 |
committer | Nick Wellnhofer <wellnhofer@aevum.de> | Thu Nov 09 13:43:08 2017 +0100 |
tree | 2598d510988b558a5e0d990727eb29925cfc19d3 | |
parent | 72182550926d31ad17357bd3ed69e49d7e69df02 [diff] [blame] |
Refactor name and type signature for xmlNop Update xmlNop's name to xmlInputReadCallbackNop and its type signature to match xmlInputReadCallback. Fixes bug 786134.
diff --git a/libxml.h b/libxml.h index 4fe56d2..2efa704 100644 --- a/libxml.h +++ b/libxml.h
@@ -96,7 +96,7 @@ #endif XMLPUBFUN xmlChar * XMLCALL xmlEscapeFormatString(xmlChar **msg); -int xmlNop(void); +int xmlInputReadCallbackNop(void *context, char *buffer, int len); #ifdef IN_LIBXML #ifdef __GNUC__