X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=lib%2Fquote.c;h=a342cb2ac5cd3ef85929f522e198d09130388fb5;hb=f1da0c69e93eef9213b05d179c6ff69de877d356;hp=61d28c3d7f28566b0a63bd32c19c8644f2b4e952;hpb=b98de15a9347ff313c6c1775ea964f5f89f2ee21;p=zpackage 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 */