summaryrefslogtreecommitdiff
path: root/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang.h')
-rw-r--r--lang.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang.h b/lang.h
new file mode 100644
index 0000000..e301a1c
--- /dev/null
+++ b/lang.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "cgit.h"
+#include "ui-shared.h"
+
+void detect_repo_languages(struct cgit_repo *repo);