379e80e3a8
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
8 рядки
195 B
C
8 рядки
195 B
C
#ifndef UI_BLOB_H
|
|
#define UI_BLOB_H
|
|
|
|
extern int cgit_print_file(char *path, const char *head);
|
|
extern void cgit_print_blob(const char *hex, char *path, const char *head);
|
|
|
|
#endif /* UI_BLOB_H */
|