2008-03-25 00:38:47 +09:00
|
|
|
#ifndef UI_BLOB_H
|
|
|
|
#define UI_BLOB_H
|
|
|
|
|
2013-05-25 23:32:37 +09:00
|
|
|
extern int cgit_ref_path_exists(const char *path, const char *ref);
|
2010-08-04 07:45:42 +09:00
|
|
|
extern int cgit_print_file(char *path, const char *head);
|
2008-06-25 06:33:24 +09:00
|
|
|
extern void cgit_print_blob(const char *hex, char *path, const char *head);
|
2008-03-25 00:38:47 +09:00
|
|
|
|
|
|
|
#endif /* UI_BLOB_H */
|