bd896cae79
git-svn-id: svn://10.65.10.50/trunk@3506 c028cbd2-c16b-5b4b-a496-9718f37d4682
16 lines
142 B
C
Executable File
16 lines
142 B
C
Executable File
#ifndef __VE5_H
|
|
#define __VE5_H
|
|
|
|
#ifdef MAIN
|
|
#define extern
|
|
#endif
|
|
|
|
int ve5100(int argc, char**);
|
|
|
|
#ifdef MAIN
|
|
#undef extern
|
|
#endif
|
|
|
|
#endif
|
|
|