Grammar change in the license declaration.
[citadel.git] / citadel / server / database.h
index c8345b8fd6684ad6897f92fdbd2d89587d0473d7..d7f9771ef494ee38b779f1070bb074eb2d11704a 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (c) 1987-2023 by the citadel.org team
 // This program is open source software.  Use, duplication, or disclosure
-// are subject to the terms of the GNU General Public License, version 3.
+// is subject to the terms of the GNU General Public License, version 3.
 
 // These functions comprise an interface between Citadel Server and a database backend.
 
@@ -25,5 +25,6 @@ extern struct cdbdata         (*cdb_fetch)(int, const void *, int);
 extern void            (*cdb_checkpoint)(void);
 extern void            (*cdb_compact)(void);
 extern void            (*cdb_rewind)(int);
+extern void            (*cdb_tick)(void);
 
 #endif