about summary refs log tree commit diff
path: root/ui-stats.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-08-24 11:02:48 +0200
committerLars Hjemli <hjemli@gmail.com>2009-08-24 11:02:48 +0200
commitb47b7bd1d0fb872763214e674b53a562c7513fc0 (patch)
tree03466abfe90a858ee4f7b09877b095b6a7f50555 /ui-stats.h
parentcgit.c: generate repo.snapshots in print_repo() (diff)
downloadcgit-pink-b47b7bd1d0fb872763214e674b53a562c7513fc0.tar.gz
cgit-pink-b47b7bd1d0fb872763214e674b53a562c7513fc0.zip
Add and use cgit_find_stats_periodname() in print_repo()
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-stats.h')
-rw-r--r--ui-stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-stats.h b/ui-stats.h
index 4f13dba..f0761ba 100644
--- a/ui-stats.h
+++ b/ui-stats.h
@@ -21,6 +21,7 @@ struct cgit_period {
 };
 
 extern int cgit_find_stats_period(const char *expr, struct cgit_period **period);
+extern const char *cgit_find_stats_periodname(int idx);
 
 extern void cgit_show_stats(struct cgit_context *ctx);
 
td>June McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe