b21a147663
git-svn-id: svn://10.65.10.50/trunk@5104 c028cbd2-c16b-5b4b-a496-9718f37d4682
8 lines
113 B
C
Executable File
8 lines
113 B
C
Executable File
#ifndef __SV1_H
|
|
#define __SV1_H
|
|
|
|
int sv1100(int argc, char* argv[]);
|
|
int sv1200(int argc, char* argv[]);
|
|
|
|
#endif
|