diff options
author | Lars Hjemli <hjemli@gmail.com> | 2006-12-22 00:58:18 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-22 00:58:18 +0100 |
commit | 9d8d9b61238df3a855504825e5f735d00289f12b (patch) | |
tree | ee4e5b6712abb684b920f1f69683eb2b43c6fd8d /cgit.h | |
parent | Add missing ttl-options in config (diff) | |
download | cgit-pink-9d8d9b61238df3a855504825e5f735d00289f12b.tar.gz cgit-pink-9d8d9b61238df3a855504825e5f735d00289f12b.zip |
Only show first 80 characters of commit subject in log and summary
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index bba2d6c..362b435 100644 --- a/cgit.h +++ b/cgit.h @@ -73,6 +73,7 @@ extern char *fmt(const char *format,...); extern void html(const char *txt); extern void htmlf(const char *format,...); extern void html_txt(char *txt); +extern void html_ntxt(int len, char *txt); extern void html_attr(char *txt); extern void html_link_open(char *url, char *title, char *class); extern void html_link_close(void); |