mirror of
https://git.zx2c4.com/cgit
synced 2025-07-15 04:34:33 +02:00
shared: remove unused function strrpart()
This commit is contained in:
parent
7fea585e25
commit
3e2e8f1c24
2 changed files with 0 additions and 16 deletions
1
cgit.h
1
cgit.h
|
@ -334,7 +334,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 char *strrpart(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