From: Jonathan McDowell Date: Mon, 31 May 2004 23:47:20 +0000 (+0000) Subject: cscvs to tla changeset 47 X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/b1cb08b256587f6c5d2c484438d942e58583ba88 cscvs to tla changeset 47 Author: noodles Date: 2002/11/24 14:05:20 Fixed compile warnings due to keyindex/decodekey split. --- diff --git a/keydb_db3.c b/keydb_db3.c index a6946b3..6177ac7 100644 --- a/keydb_db3.c +++ b/keydb_db3.c @@ -21,7 +21,7 @@ #include "charfuncs.h" #include "keydb.h" #include "keyid.h" -#include "keyindex.h" +#include "decodekey.h" #include "keystructs.h" #include "mem.h" #include "onak-conf.h" diff --git a/keydb_pg.c b/keydb_pg.c index f1cd009..adfbc69 100644 --- a/keydb_pg.c +++ b/keydb_pg.c @@ -23,7 +23,7 @@ #include "hash.h" #include "keydb.h" #include "keyid.h" -#include "keyindex.h" +#include "decodekey.h" #include "keystructs.h" #include "mem.h" #include "onak-conf.h"