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