diff options
Diffstat (limited to 'lib/hstrerror.c')
-rw-r--r-- | lib/hstrerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hstrerror.c b/lib/hstrerror.c index 87f7f6411..a31ad804b 100644 --- a/lib/hstrerror.c +++ b/lib/hstrerror.c @@ -12,7 +12,7 @@ /** * get error descriptions in DNS lookups */ -const char *_xine_private_hstrerror(int err) { +const char *xine_private_hstrerror(int err) { switch (err) { case 0: return _("No error"); case HOST_NOT_FOUND: return _("Unknown host"); |