diff options
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 |