summaryrefslogtreecommitdiffstats
path: root/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common.c')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index 0f17cc7..1265bba 100644
--- a/common.c
+++ b/common.c
@@ -9,7 +9,7 @@
#include <zlib.h>
#include "common.h"
-static char *table_name_to_file(const char *name) {
+char *table_name_to_file(const char *name) {
char *share_path = getenv("SHARE_PATH");
char *fname;