diff options
author | David Teirney <david@teirney.net> | 2012-06-30 17:10:45 +1200 |
---|---|---|
committer | David Teirney <david@teirney.net> | 2012-07-09 23:34:54 +1200 |
commit | b8749674670a81f6302e427843fad3dc61fe94d5 (patch) | |
tree | a453615e731d671a7047b8c61d180121e7fa0c1d | |
parent | 73beae45a96d7e7403298144d64d267aed06fa7e (diff) |
[libcmyth] Add missing exports to the libcmyth.def file for Windows.
-rw-r--r-- | lib/cmyth/Win32/libcmyth.def | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/cmyth/Win32/libcmyth.def b/lib/cmyth/Win32/libcmyth.def index 7ea435670f..47c14494ca 100644 --- a/lib/cmyth/Win32/libcmyth.def +++ b/lib/cmyth/Win32/libcmyth.def @@ -91,7 +91,7 @@ EXPORTS cmyth_get_bookmark_mark cmyth_get_bookmark_offset cmyth_mysql_get_commbreak_list - cmyth_mythtv_remove_previos_recorded + cmyth_mythtv_remove_previous_recorded cmyth_mysql_testdb_connection cmyth_chanlist_create cmyth_chanlist_get_item @@ -215,4 +215,9 @@ EXPORTS cmyth_ringbuf_read cmyth_file_read cmyth_livetv_read - cmyth_get_cutlist
\ No newline at end of file + cmyth_get_cutlist + cmyth_tuner_type_check + cmyth_update_bookmark_setting + cmyth_proginfo_port + cmyth_proginfo_season + cmyth_proginfo_episode
\ No newline at end of file |