Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

htimestampxa.h

00001 #ifndef HTIMESTAMPXA_H
00002 #define HTIMESTAMPXA_H
00003 
00004 /*
00005  * Timestamp with microseconds precision
00006  */
00007 typedef struct __HTimestampData {
00008         time_t Sec;
00009         time_t Usec;
00010 } HTimestampData;
00011 
00012 void GetTime(HTimestampData *);
00013 #endif

Generated on Sun Dec 25 12:14:56 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2