tutil.h: remove duplicate strlcpy declaration - vote - simple cgi voting system for web and gopher
 (HTM) git clone git://src.adamsgaard.dk/vote
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a6b0af117e74c1704a22aa4dcb1264b6f131bee4
 (DIR) parent d2b9657de60d35864eca24c99735963907839872
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun,  4 Oct 2020 15:44:41 +0200
       
       util.h: remove duplicate strlcpy declaration
       
       Signed-off-by: Anders Damsgaard <anders@adamsgaard.dk>
       
       Diffstat:
         M util.h                              |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/util.h b/util.h
       t@@ -17,4 +17,3 @@ int uriencode(const char *s, char *buf, size_t bufsiz);
        int utf8pad(char *buf, size_t bufsiz, const char *s, size_t len, int pad);
        void xmlencode(const char *s);
        void escapechars(char *s);
       -size_t strlcpy(char *dst, const char *src, size_t dsize);