Files correlati : lv* Ricompilazione Demo : [ ] Commento : Creata libreria di funzioni comuni per gestione lavanderie. Aggiiunte funzioni per compilare dati creazione ed aggiornamento git-svn-id: svn://10.65.10.50/trunk@17050 c028cbd2-c16b-5b4b-a496-9718f37d4682
12 lines
170 B
C
Executable File
12 lines
170 B
C
Executable File
#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
|