Diffstat (limited to 'ui-snapshot.h')
| -rw-r--r-- | ui-snapshot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui-snapshot.h b/ui-snapshot.h index a8deec3..6e03761 100644 --- a/ui-snapshot.h +++ b/ui-snapshot.h @@ -2,6 +2,7 @@ #define UI_SNAPSHOT_H extern void cgit_print_snapshot(const char *head, const char *hex, - const char *filename, int dwim); + const char *prefix, const char *filename, + int snapshot); #endif /* UI_SNAPSHOT_H */ |