| tutil.h: remove duplicate strlcpy declaration - vote - simple cgi voting system… | |
| git clone git://src.adamsgaard.dk/vote | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit a6b0af117e74c1704a22aa4dcb1264b6f131bee4 | |
| parent d2b9657de60d35864eca24c99735963907839872 | |
| Author: Hiltjo Posthuma <[email protected]> | |
| Date: Sun, 4 Oct 2020 15:44:41 +0200 | |
| util.h: remove duplicate strlcpy declaration | |
| Signed-off-by: Anders Damsgaard <[email protected]> | |
| Diffstat: | |
| M util.h | 1 - | |
| 1 file changed, 0 insertions(+), 1 deletion(-) | |
| --- | |
| 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); |