aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
@@ -270,5 +270,5 @@ 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;
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
@@ -21,5 +21,5 @@
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);
int dico_markup_register(const char *name);

Return to:

Send suggestions and report system problems to the System administrator.