*** empty log message ***

This commit is contained in:
cvs
2000-03-31 07:51:28 +00:00
parent 72589129c3
commit 24eb75d7d3
24 changed files with 1184 additions and 670 deletions

View File

@@ -1,3 +1,6 @@
#ifndef _DLOG_H_
#define _DLOG_H_
#include <time.h>
#define DLOG_MAX_SET 32
@@ -47,3 +50,5 @@ int DlogUpd(DlogSet *dset);
int DlogClose(DlogSet *dset);
/* close dlog set */
#endif /* _DLOG_H_ */