blob: d7e7d4547626b200616f574806323f297ec3d72d [file] [log] [blame]
Lars Hjemlic5984a92008-03-24 16:38:47 +01001#ifndef UI_BLOB_H
2#define UI_BLOB_H
3
Jason A. Donenfeld379e80e2010-08-04 00:45:42 +02004extern int cgit_print_file(char *path, const char *head);
Michael Krelin01d2dce2008-06-24 23:33:24 +02005extern void cgit_print_blob(const char *hex, char *path, const char *head);
Lars Hjemlic5984a92008-03-24 16:38:47 +01006
7#endif /* UI_BLOB_H */