diff options
Diffstat (limited to 'src/libparsec/include/sys_date.h')
| -rw-r--r-- | src/libparsec/include/sys_date.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/libparsec/include/sys_date.h b/src/libparsec/include/sys_date.h new file mode 100644 index 0000000..e29d5e0 --- /dev/null +++ b/src/libparsec/include/sys_date.h @@ -0,0 +1,27 @@ +/* + * PARSEC HEADER: sys_date.h + */ + +#ifndef _SYS_DATE_H_ +#define _SYS_DATE_H_ + + +// external variables + +extern const char build_text[]; +extern const char build_date[]; +extern const char build_time[]; + +extern const char build_comp[]; +extern const char build_bind[]; +extern const char build_endn[]; + + +// external functions + +char * SYS_SystemTime(); + + +#endif // _SYS_DATE_H_ + + |
