summaryrefslogtreecommitdiff
path: root/src/libguess/guess_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libguess/guess_impl.c')
-rw-r--r--src/libguess/guess_impl.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/libguess/guess_impl.c b/src/libguess/guess_impl.c
index 0a1b83f..50a50f7 100644
--- a/src/libguess/guess_impl.c
+++ b/src/libguess/guess_impl.c
@@ -81,7 +81,7 @@ int libguess_validate_utf8(const char *buf, int buflen)
return 0;
}
-const char *guess_jp(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_jp(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -137,7 +137,7 @@ const char *guess_jp(const char *buf, int buflen)
return NULL;
}
-const char *guess_tw(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_tw(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -192,7 +192,7 @@ const char *guess_tw(const char *buf, int buflen)
return NULL;
}
-const char *guess_cn(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_cn(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -250,7 +250,7 @@ const char *guess_cn(const char *buf, int buflen)
return NULL;
}
-const char *guess_kr(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_kr(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -308,7 +308,7 @@ const char *guess_kr(const char *buf, int buflen)
return NULL;
}
-const char *guess_ar(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_ar(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -357,7 +357,7 @@ const char *guess_ar(const char *buf, int buflen)
return NULL;
}
-const char *guess_gr(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_gr(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -406,7 +406,7 @@ const char *guess_gr(const char *buf, int buflen)
return NULL;
}
-const char *guess_ru(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_ru(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -459,7 +459,7 @@ const char *guess_ru(const char *buf, int buflen)
return NULL;
}
-const char *guess_hw(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_hw(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -508,7 +508,7 @@ const char *guess_hw(const char *buf, int buflen)
return NULL;
}
-const char *guess_pl(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_pl(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -557,7 +557,7 @@ const char *guess_pl(const char *buf, int buflen)
return NULL;
}
-const char *guess_tr(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_tr(const char *buf, int buflen)
{
int i;
const char *rv = NULL;
@@ -606,7 +606,7 @@ const char *guess_tr(const char *buf, int buflen)
return NULL;
}
-const char *guess_bl(const char *buf, int buflen)
+const char * __attribute__ ((visibility ("hidden"))) guess_bl(const char *buf, int buflen)
{
int i;
const char *rv = NULL;