summaryrefslogtreecommitdiff
path: root/src/rexmpp_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp_xml.c')
-rw-r--r--src/rexmpp_xml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rexmpp_xml.c b/src/rexmpp_xml.c
index a7572fc..08e11dd 100644
--- a/src/rexmpp_xml.c
+++ b/src/rexmpp_xml.c
@@ -265,7 +265,8 @@ inline char *rexmpp_str_putc (char *str, size_t *len, char c) {
return ret;
}
-inline char *rexmpp_str_putc_escaped (char *str, size_t *len, char c) {
+static inline
+char *rexmpp_str_putc_escaped (char *str, size_t *len, char c) {
char *ret = str;
char buf[7];
char *esc = buf;