blob: b3f640fe3f77ffeb1b4776a0727e6d55419922cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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 */
|