mirror of
https://github.com/Martin-P/OpenV2G.git
synced 2024-11-08 12:45:42 +00:00
fix for ticket, https://sourceforge.net/p/openv2g/tickets/4/
git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@97 d9f2db14-54d0-4bde-b00c-16405c910529
This commit is contained in:
parent
bd9b7b13e4
commit
33c295e2d9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
#define MAIN_H_
|
||||
|
||||
#if CODE_VERSION == CODE_VERSION_EXI
|
||||
int main_codec(int argc, char *argv[]);
|
||||
int main_databinder(int argc, char *argv[]);
|
||||
#elif CODE_VERSION == CODE_VERSION_SAMPLE
|
||||
int main_example(int argc, char *argv[]);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue