diff options
author | David Teirney <david@teirney.net> | 2011-09-04 17:52:09 +1200 |
---|---|---|
committer | David Teirney <david@teirney.net> | 2011-09-04 18:24:19 +1200 |
commit | 7ca8283546b3e98734510ddb9cf01e614e648e2a (patch) | |
tree | 0986201bdc24037da487fcb645855f7c9b4e9ba5 /lib/cmyth/Win32 | |
parent | fef5c5a0780dfcc72e9e310a36960410b9447610 (diff) |
Introduce a cmyth_proginfo_flags method to retrieve the flags associated with a recorded program.
Diffstat (limited to 'lib/cmyth/Win32')
-rw-r--r-- | lib/cmyth/Win32/libcmyth.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cmyth/Win32/libcmyth.def b/lib/cmyth/Win32/libcmyth.def index 2386330a24..7ea435670f 100644 --- a/lib/cmyth/Win32/libcmyth.def +++ b/lib/cmyth/Win32/libcmyth.def @@ -131,6 +131,7 @@ EXPORTS cmyth_proginfo_rec_start cmyth_proginfo_rec_end cmyth_proginfo_rec_status + cmyth_proginfo_flags cmyth_proginfo_get_detail cmyth_proginfo_compare cmyth_proginfo_host |