6 lines
87 B
C
6 lines
87 B
C
|
#ifndef __LV2_H
|
||
|
#define __LV2_H
|
||
|
|
||
|
int lv2100(int argc, char* argv[]);
|
||
|
|
||
|
#endif // __LV2_H
|