diff options
author | Lars Hjemli | 2008-12-07 15:52:35 +0100 |
---|---|---|
committer | Lars Hjemli | 2008-12-07 15:52:35 +0100 |
commit | c3c925f4eca3e863bedaae4cfe237c3ad52092b6 (patch) | |
tree | 5d3afa3a3ed0fbdbe00ad8e3519cf3cf60413e09 /ui-shared.h | |
parent | 837d464af77d76a2661d92e05167657cbf430d80 (diff) | |
download | cgit-c3c925f4eca3e863bedaae4cfe237c3ad52092b6.tar.gz cgit-c3c925f4eca3e863bedaae4cfe237c3ad52092b6.tar.bz2 cgit-c3c925f4eca3e863bedaae4cfe237c3ad52092b6.zip |
ui-shared: externalize add_hidden_formfields()
This function will be reused by ui-stats.c in the next commit.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-shared.h')
-rw-r--r-- | ui-shared.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-shared.h b/ui-shared.h index e3fae64..1524dc3 100644 --- a/ui-shared.h +++ b/ui-shared.h | |||
@@ -44,5 +44,6 @@ extern void cgit_print_pageheader(struct cgit_context *ctx); | |||
44 | extern void cgit_print_filemode(unsigned short mode); | 44 | extern void cgit_print_filemode(unsigned short mode); |
45 | extern void cgit_print_snapshot_links(const char *repo, const char *head, | 45 | extern void cgit_print_snapshot_links(const char *repo, const char *head, |
46 | const char *hex, int snapshots); | 46 | const char *hex, int snapshots); |
47 | 47 | extern void cgit_add_hidden_formfields(int incl_head, int incl_search, | |
48 | char *page); | ||
48 | #endif /* UI_SHARED_H */ | 49 | #endif /* UI_SHARED_H */ |