summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-10-03 17:40:56 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-10-03 17:40:56 +0200
commit485728a43fd7eff34893abc287495242379ab078 (patch)
tree58688486ff531b0b8d7874177179699e0944f337 /src/plugins
parent13d95cac8e2d8805f4b168b71369aad5d1af77d4 (diff)
downloadweechat-485728a43fd7eff34893abc287495242379ab078.zip
script: fix compilation on OS X
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/script/script-repo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/script/script-repo.h b/src/plugins/script/script-repo.h
index f7f1df5df..b2ccfbbf8 100644
--- a/src/plugins/script/script-repo.h
+++ b/src/plugins/script/script-repo.h
@@ -57,7 +57,7 @@ struct t_script_repo
extern struct t_script_repo *scripts_repo;
extern struct t_script_repo *last_script_repo;
extern int script_repo_count, script_repo_count_displayed;
-struct t_hashtable *script_repo_max_length_field;
+extern struct t_hashtable *script_repo_max_length_field;
extern char *script_repo_filter;
extern int script_repo_script_valid (struct t_script_repo *script);