diff options
Diffstat (limited to '')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h index bef6e5f..fbc6c6a 100644 --- a/cgit.h +++ b/cgit.h @@ -333,7 +333,6 @@ extern int chk_non_negative(int result, char *msg); extern char *trim_end(const char *str, char c); extern char *ensure_end(const char *str, char c); -extern char *strlpart(char *txt, int maxlen); extern void strbuf_ensure_end(struct strbuf *sb, char c); |