X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/59cf25c47fbda22f3f4e14399f0436cc6ed2c56f..132a5a4a47f9dbc7c52ee15234d70258c59ccf8e:/server/dbupgrade.c diff --git a/server/dbupgrade.c b/server/dbupgrade.c index e89cd4e..bd08eed 100644 --- a/server/dbupgrade.c +++ b/server/dbupgrade.c @@ -15,6 +15,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file server/dbupgrade.c + * @brief Database upgrade utility + * + * Invoked by the server when necessary. + */ #include "disorder-server.h" static DB_TXN *global_tid;