aboutsummaryrefslogtreecommitdiff
path: root/dicod/dicod.h
diff options
context:
space:
mode:
authorAhmed El-Mahmoudy <aelmahmoudy@users.sourceforge.net>2020-05-19 13:38:36 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-05-19 13:38:36 +0300
commit135b0d9c1445b4be3909abcbde942ae2c7ea3855 (patch)
tree2baabf2be581d971b2710cd6f439557e636c27ba /dicod/dicod.h
parent33f71eb118c81e788cd64049d70c8f79e969f2ac (diff)
downloaddico-135b0d9c1445b4be3909abcbde942ae2c7ea3855.tar.gz
dico-135b0d9c1445b4be3909abcbde942ae2c7ea3855.tar.bz2
Minor fix
* dicod/dicod.h: Add missing extern qualifiers. * include/dico/markup.h: Likewise.
Diffstat (limited to 'dicod/dicod.h')
-rw-r--r--dicod/dicod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dicod/dicod.h b/dicod/dicod.h
index 13303d7..c857096 100644
--- a/dicod/dicod.h
+++ b/dicod/dicod.h
@@ -271,3 +271,3 @@ void register_regex(void);
/* dbtext.c */
-struct dico_udb_def text_udb_def;
+extern struct dico_udb_def text_udb_def;
extern dico_udb_t user_db;

Return to:

Send suggestions and report system problems to the System administrator.