mirror of
https://git.zx2c4.com/cgit
synced 2025-08-28 13:48:14 +02:00
shared: remove unused function strlpart()
This commit is contained in:
parent
3e2e8f1c24
commit
2d59e6a64e
2 changed files with 0 additions and 17 deletions
1
cgit.h
1
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue