diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2009-01-27 20:16:37 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2009-01-27 20:16:37 +0100 | 
| commit | 7710178e45dee61e85ea77c4221309ce8c086f95 (patch) | |
| tree | 281c5251777308f18c05d323183b28470445f4bc /ui-shared.h | |
| parent | Merge branch 'stable' (diff) | |
| parent | ui-stats.c: reuse cgit_add_hidden_formfields() (diff) | |
| download | cgit-7710178e45dee61e85ea77c4221309ce8c086f95.tar.gz cgit-7710178e45dee61e85ea77c4221309ce8c086f95.tar.bz2 cgit-7710178e45dee61e85ea77c4221309ce8c086f95.zip | |
Merge branch 'lh/stats'
Conflicts:
	cgit.c
	cgit.css
	cgit.h
	ui-tree.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | ui-shared.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/ui-shared.h b/ui-shared.h index 2ab53ae..5a3821f 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -30,6 +30,8 @@ extern void cgit_snapshot_link(char *name, char *title, char *class,  			       char *head, char *rev, char *archivename);  extern void cgit_diff_link(char *name, char *title, char *class, char *head,  			   char *new_rev, char *old_rev, char *path); +extern void cgit_stats_link(char *name, char *title, char *class, char *head, +			    char *path);  extern void cgit_object_link(struct object *obj);  extern void cgit_print_error(char *msg); @@ -42,5 +44,6 @@ extern void cgit_print_pageheader(struct cgit_context *ctx);  extern void cgit_print_filemode(unsigned short mode);  extern void cgit_print_snapshot_links(const char *repo, const char *head,  				      const char *hex, int snapshots); - +extern void cgit_add_hidden_formfields(int incl_head, int incl_search, +				       char *page);  #endif /* UI_SHARED_H */ | 
