2008-03-24 16:38:47 +01:00
|
|
|
#ifndef UI_BLOB_H
|
|
|
|
#define UI_BLOB_H
|
|
|
|
|
2010-08-04 00:45:42 +02:00
|
|
|
extern int cgit_print_file(char *path, const char *head);
|
2008-06-24 23:33:24 +02:00
|
|
|
extern void cgit_print_blob(const char *hex, char *path, const char *head);
|
2008-03-24 16:38:47 +01:00
|
|
|
|
|
|
|
#endif /* UI_BLOB_H */
|