mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
Remove XMLDECL macro from .c files
This commit is contained in:
@@ -547,7 +547,7 @@ xmlStrcat(xmlChar *cur, const xmlChar *add) {
|
||||
*
|
||||
* Returns the number of characters written to @buf or -1 if an error occurs.
|
||||
*/
|
||||
int XMLCDECL
|
||||
int
|
||||
xmlStrPrintf(xmlChar *buf, int len, const char *msg, ...) {
|
||||
va_list args;
|
||||
int ret;
|
||||
|
Reference in New Issue
Block a user