7 lines
77 B
C
7 lines
77 B
C
|
#ifndef __DB2_H
|
||
|
#define __DB2_H
|
||
|
|
||
|
int db2400(int argc, char* argv[]);
|
||
|
|
||
|
#endif
|