diff options
author | David Teirney <david@teirney.net> | 2012-06-19 22:24:16 +1200 |
---|---|---|
committer | David Teirney <david@teirney.net> | 2012-06-19 22:24:16 +1200 |
commit | fde1934cf3f5d211039f0ed76b084d3205d55c93 (patch) | |
tree | af6820807c6658236bd3fbe8a6e2d3dd917937ab /lib/cmyth/include | |
parent | 661370e33905489a078f5c7a2f6750bfc47ed501 (diff) |
[libcmyth] Add in the cmyth_proginfo_port method from upstream.
Diffstat (limited to 'lib/cmyth/include')
-rw-r--r-- | lib/cmyth/include/cmyth/cmyth.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cmyth/include/cmyth/cmyth.h b/lib/cmyth/include/cmyth/cmyth.h index d8cb364adb..c44078f0db 100644 --- a/lib/cmyth/include/cmyth/cmyth.h +++ b/lib/cmyth/include/cmyth/cmyth.h @@ -883,6 +883,8 @@ extern long long cmyth_proginfo_length(cmyth_proginfo_t prog); */ extern char *cmyth_proginfo_host(cmyth_proginfo_t prog); +extern int cmyth_proginfo_port(cmyth_proginfo_t prog); + /** * Determine if two proginfo handles refer to the same program. * \param a proginfo handle a |