diff options
| author | 2023-12-27 06:51:29 -0600 | |
|---|---|---|
| committer | 2023-12-27 06:51:29 -0600 | |
| commit | 5e141e336c3a2cb8921edcd7af6f14a29ff63942 (patch) | |
| tree | 80df676cd02693746b505aecbec5c9ee529b5e7b /src/version.h | |
| parent | refactor instances (diff) | |
add cheap SHA1 implementation
Diffstat (limited to 'src/version.h')
| -rw-r--r-- | src/version.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/version.h b/src/version.h new file mode 100644 index 0000000..b3f640f --- /dev/null +++ b/src/version.h @@ -0,0 +1,11 @@ +#ifndef L2SU_VERSION_H_INCLUDED +#define L2SU_VERSION_H_INCLUDED + +struct l2_version_remote { + +}; + +unsigned l2_version_load_remote(void); +unsigned l2_version_load_local(void); + +#endif /* include guard */ |
