summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7115f7d)
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
+#ifdef NO_ICONV
+#define reencode(a, b, c)
+#else
const char *reencode(char **txt, const char *src_enc, const char *dst_enc)
{
char *tmp;
const char *reencode(char **txt, const char *src_enc, const char *dst_enc)
{
char *tmp;
struct commitinfo *cgit_parse_commit(struct commit *commit)
{
struct commitinfo *cgit_parse_commit(struct commit *commit)
{