summaryrefslogtreecommitdiff
path: root/md5/media-thumb-hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5/media-thumb-hash.c')
-rw-r--r--md5/media-thumb-hash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/md5/media-thumb-hash.c b/md5/media-thumb-hash.c
index abd4fda..89bef73 100644
--- a/md5/media-thumb-hash.c
+++ b/md5/media-thumb-hash.c
@@ -46,6 +46,7 @@ static const char ACCEPTABLE_URI_CHARS[96] = {
0x20, 0x20, 0x3F, 0x20
};
+__attribute__((visibility("default")))
char *_media_thumb_generate_hash_name(const char *file)
{
int n;
@@ -104,4 +105,4 @@ char *_media_thumb_generate_hash_name(const char *file)
md5out[2 * n] = '\0';
return md5out;
-} \ No newline at end of file
+}