git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@97 d9f2db14-54d0-4bde-b00c-16405c910529
This commit is contained in:
daniel_peintner 2015-04-29 07:57:35 +00:00
parent c013f04b1e
commit 6cef435279

View file

@ -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