blob: 35403033394035374ddda0f2844f341c9400a298 [file] [log] [blame]
Lars Hjemlic5984a92008-03-24 16:38:47 +01001#ifndef UI_SNAPSHOT_H
2#define UI_SNAPSHOT_H
3
4extern void cgit_print_snapshot(const char *head, const char *hex,
5 const char *prefix, const char *filename,
Lars Hjemlied7ff092008-10-11 20:09:42 +02006 int snapshot, int dwim);
Lars Hjemlic5984a92008-03-24 16:38:47 +01007
8#endif /* UI_SNAPSHOT_H */