tutil.h: remove duplicate strlcpy declaration - vote - simple cgi voting system for web and gopher | |
git clone git://src.adamsgaard.dk/vote | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit a6b0af117e74c1704a22aa4dcb1264b6f131bee4 | |
parent d2b9657de60d35864eca24c99735963907839872 | |
Author: Hiltjo Posthuma | |
Date: Sun, 4 Oct 2020 15:44:41 +0200 util.h: remove duplicate strlcpy declaration Signed-off-by: Anders Damsgaard | |
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); |