Skip to content

Commit e871779

Browse files
Add missing functions to libmseed.def (Win) and fix typo in change log
1 parent d36881b commit e871779

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- Add ms_nstime2timestr_n() with string size limit, deprecate ms_nstime2timestr().
1717
- With ms_nstime2timestr_n() print "ERROR" for NSTERROR and "UNSET" for NSTUNSET.
1818
- Avoid fatal errors when v2 record blockettes contain invalid time stamps.
19-
When SEED "btime" values are encountered they are now set to NSTERROR and
19+
When invalid SEED "btime" values are encountered they are now set to NSTERROR and
2020
serialized in extra headers as "ERROR".
2121
- Limit float point values in extra headers to single precision to avoid
2222
unrealistically high precision values in the output

libmseed.def

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
LIBRARY libmseed.dll
22
EXPORTS
33
ms_nstime2time
4+
ms_nstime2timestr_n
45
ms_nstime2timestr
56
ms_nstime2timestrz
67
ms_time2nstime
@@ -12,6 +13,7 @@ EXPORTS
1213
msr3_parse
1314
msr3_pack
1415
msr3_repack_mseed3
16+
msr3_repack_mseed2
1517
msr3_pack_header3
1618
msr3_pack_header2
1719
msr3_unpack_data
@@ -45,7 +47,8 @@ EXPORTS
4547
mstl3_convertsamples
4648
mstl3_resize_buffers
4749
mstl3_pack
48-
mstraceseg3_pack
50+
mstl3_pack_segment
51+
mstl3_pack_ppupdate_flushidle
4952
mstl3_printtracelist
5053
mstl3_printsynclist
5154
mstl3_printgaplist

0 commit comments

Comments
 (0)