Add timestamp functions to appropriate header

This commit is contained in:
shermp
2019-06-10 09:02:42 +12:00
parent dd6de44870
commit cfcbca05dd

View File

@@ -6,5 +6,7 @@
bool mvhd_is_conectix_str(const void* buffer);
void mvhd_generate_uuid(uint8_t *uuid);
uint32_t vhd_calc_timestamp(void);
time_t vhd_get_created_time(MVHDMeta *vhdm);
#endif