aboutsummaryrefslogtreecommitdiff
path: root/include/dico/markup.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 /include/dico/markup.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 'include/dico/markup.h')
-rw-r--r--include/dico/markup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dico/markup.h b/include/dico/markup.h
index 17b0c82..b8f0317 100644
--- a/include/dico/markup.h
+++ b/include/dico/markup.h
@@ -22,3 +22,3 @@
extern const char *dico_markup_type;
-dico_list_t dico_markup_list;
+extern dico_list_t dico_markup_list;
const char *dico_markup_lookup(const char *name);

Return to:

Send suggestions and report system problems to the System administrator.