diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2012-03-18 20:59:36 +0000 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2012-03-18 20:59:36 +0000 | 
| commit | 2b9fab8d30420d935745c4d84ea22412ab2485e5 (patch) | |
| tree | 664ebc3d061fd7e89393af67bfbc406f3b600be0 /ui-shared.h | |
| parent | Merge branch 'stable' (diff) | |
| parent | Do not provide a default value for `module-link` (diff) | |
| download | cgit-2b9fab8d30420d935745c4d84ea22412ab2485e5.tar.gz cgit-2b9fab8d30420d935745c4d84ea22412ab2485e5.tar.bz2 cgit-2b9fab8d30420d935745c4d84ea22412ab2485e5.zip | |
Merge branch 'lh/module-links'
Diffstat (limited to '')
| -rw-r--r-- | ui-shared.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/ui-shared.h b/ui-shared.h index 865bd45..87a7dac 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -51,6 +51,9 @@ extern void cgit_self_link(char *name, const char *title,  			   const char *class, struct cgit_context *ctx);  extern void cgit_object_link(struct object *obj); +extern void cgit_submodule_link(const char *class, char *path, +				const char *rev); +  extern void cgit_print_error(const char *msg);  extern void cgit_print_date(time_t secs, const char *format, int local_time);  extern void cgit_print_age(time_t t, time_t max_relative, const char *format); | 
