From f1da0c69e93eef9213b05d179c6ff69de877d356 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sat, 15 Sep 2018 08:19:12 +0000 Subject: [PATCH] add library function to quote --- lib/quote.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/quote.c b/lib/quote.c index 61d28c3..a342cb2 100644 --- a/lib/quote.c +++ b/lib/quote.c @@ -1,4 +1,5 @@ #include +#include #include "sqlite3.h" @@ -28,6 +29,7 @@ int zpm_quote(char *value, char *dest, size_t n) { dest[nch] = 0; } + /* returns either the number of characters written or would * be written */ -- 2.40.0