Changeset: 869641bcc3cd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=869641bcc3cd
Modified Files:
monetdb5/modules/atoms/xml.c
Branch: default
Log Message:
Add a missing static.
diffs (12 lines):
diff --git a/monetdb5/modules/atoms/xml.c b/monetdb5/modules/atoms/xml.c
--- a/monetdb5/modules/atoms/xml.c
+++ b/monetdb5/modules/atoms/xml.c
@@ -705,7 +705,7 @@ static ssize_t XMLfromString(const char
GDKerror("not implemented\n");
return -1;
}
-ssize_t XMLtoString(str *s, size_t *len, const void *src, bool external) {
+static ssize_t XMLtoString(str *s, size_t *len, const void *src, bool
external) {
(void) s;
(void) len;
(void) src;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list