12 lines
170 B
C
12 lines
170 B
C
|
#ifndef __LVLIB_H
|
||
|
#define __LVLIB_H
|
||
|
|
||
|
#ifndef __ISAM_H
|
||
|
#include <isam.h>
|
||
|
#endif
|
||
|
|
||
|
void lv_set_creation_info(TRectype& rec);
|
||
|
void lv_set_update_info(TRectype& rec);
|
||
|
|
||
|
#endif
|