aboutsummaryrefslogtreecommitdiff
path: root/dicod/dicod.h
diff options
context:
space:
mode:
Diffstat (limited to 'dicod/dicod.h')
-rw-r--r--dicod/dicod.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/dicod/dicod.h b/dicod/dicod.h
index 13303d7..e3c333a 100644
--- a/dicod/dicod.h
+++ b/dicod/dicod.h
@@ -1,5 +1,5 @@
/* This file is part of GNU Dico.
- Copyright (C) 1998-2019 Sergey Poznyakoff
+ Copyright (C) 1998-2023 Sergey Poznyakoff
GNU Dico is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -26,7 +26,6 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
-#include <xalloc.h>
#include <ctype.h>
#include <syslog.h>
#include <inttypes.h>
@@ -269,7 +268,7 @@ void register_lev(void);
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;
/* auth.c */

Return to:

Send suggestions and report system problems to the System administrator.