From e28e52c09c8aedfdce4d0673f84382a3ee44f63b Mon Sep 17 00:00:00 2001 From: Haru Date: Sun, 16 Nov 2014 01:57:44 +0100 Subject: Moved strlib_s, stringbuf_s and sv_s into strlib.c Signed-off-by: Haru --- src/common/strlib.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common/strlib.c') diff --git a/src/common/strlib.c b/src/common/strlib.c index 592390770..4b69477dd 100644 --- a/src/common/strlib.c +++ b/src/common/strlib.c @@ -18,6 +18,10 @@ #define J_MAX_MALLOC_SIZE 65535 +struct strlib_interface strlib_s; +struct stringbuf_interface stringbuf_s; +struct sv_interface sv_s; + // escapes a string in-place (' -> \' , \ -> \\ , % -> _) char* jstrescape (char* pt) { //copy from here -- cgit v1.2.3-60-g2f50