diff options
| author | Elis Eriksson <spelis.tech@gmail.com> | 2026-03-26 19:08:03 +0100 |
|---|---|---|
| committer | Elis Eriksson <spelis.tech@gmail.com> | 2026-03-26 19:08:03 +0100 |
| commit | a2a39cb2287a29767fa3bc98d05f01430c668362 (patch) | |
| tree | 5428225706ae55714227f330e4f8503a96d9cee2 /lang.h | |
| parent | 0d8e5fbc31e1082063bfb5155c35b7869721152b (diff) | |
| download | cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.gz cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.bz2 cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.lz cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.xz cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.tar.zst cgit-a2a39cb2287a29767fa3bc98d05f01430c668362.zip | |
slight changes, idk how to write proper commit messages hehe
Diffstat (limited to 'lang.h')
| -rw-r--r-- | lang.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#pragma once + +#include "cgit.h" +#include "ui-shared.h" + +void detect_repo_languages(struct cgit_repo *repo); |
