cscvs to tla changeset 47
authorJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:20 +0000 (23:47 +0000)
committerJonathan McDowell <noodles@earth.li>
Mon, 31 May 2004 23:47:20 +0000 (23:47 +0000)
Author: noodles
Date: 2002/11/24 14:05:20
Fixed compile warnings due to keyindex/decodekey split.

keydb_db3.c
keydb_pg.c

index a6946b30af86a6bb25ac0e70029115efbb497751..6177ac70f404adb0ef0764434501e64b4c194a1a 100644 (file)
@@ -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"
index f1cd0092feb3669438a9b6726dedd2ac744ee2e2..adfbc69619a05bea2ed5e81d9c36989d3a628ceb 100644 (file)
@@ -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"