diff options
author | David Teirney <david@teirney.net> | 2012-07-02 21:37:58 +1200 |
---|---|---|
committer | David Teirney <david@teirney.net> | 2012-07-09 23:34:55 +1200 |
commit | 9ee7a18f8d98d48d99d5a8d0c7d987f80f1c9a88 (patch) | |
tree | a89be1790e6950f08e796e374251e3f8cbb2ac8d /lib/cmyth/include | |
parent | b8749674670a81f6302e427843fad3dc61fe94d5 (diff) |
[libcmyth] Rename proginfo_prodyear to proginfo_year and change type to match upstream and mythbackend.
Diffstat (limited to 'lib/cmyth/include')
-rw-r--r-- | lib/cmyth/include/cmyth/cmyth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cmyth/include/cmyth/cmyth.h b/lib/cmyth/include/cmyth/cmyth.h index cba88146be..fae6889069 100644 --- a/lib/cmyth/include/cmyth/cmyth.h +++ b/lib/cmyth/include/cmyth/cmyth.h @@ -965,9 +965,9 @@ extern char *cmyth_proginfo_chanicon(cmyth_proginfo_t prog); /** * Retrieve the production year for this program info * \param prog proginfo handle - * \return null-terminated string + * \return production year */ -extern char *cmyth_proginfo_prodyear(cmyth_proginfo_t prog); +extern unsigned short cmyth_proginfo_year(cmyth_proginfo_t prog); /* * ----------------------------------------------------------------- |