diff options
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 */ |
