aboutsummaryrefslogtreecommitdiff
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
parent33f71eb118c81e788cd64049d70c8f79e969f2ac (diff)
downloaddico-135b0d9c1445b4be3909abcbde942ae2c7ea3855.tar.gz
dico-135b0d9c1445b4be3909abcbde942ae2c7ea3855.tar.bz2
Minor fix
* dicod/dicod.h: Add missing extern qualifiers. * include/dico/markup.h: Likewise.
-rw-r--r--dicod/dicod.h2
-rw-r--r--include/dico/markup.h2
2 files changed, 2 insertions, 2 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);
271/* dbtext.c */ 271/* dbtext.c */
272struct dico_udb_def text_udb_def; 272extern struct dico_udb_def text_udb_def;
273extern dico_udb_t user_db; 273extern dico_udb_t user_db;
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 @@
22extern const char *dico_markup_type; 22extern const char *dico_markup_type;
23dico_list_t dico_markup_list; 23extern dico_list_t dico_markup_list;
24const char *dico_markup_lookup(const char *name); 24const char *dico_markup_lookup(const char *name);

Return to:

Send suggestions and report system problems to the System administrator.