X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_file.c;h=4a4322b5b88ff3460c8a97eab7add35c9edf7e6f;hb=a047e3e158d560af079bec920460711d8222317c;hp=742636992c5945d68c20769402d7eca5aa899cc1;hpb=ae384229c538b20b429ea640ec30071ae944c0e7;p=onak.git diff --git a/keydb_file.c b/keydb_file.c index 7426369..4a4322b 100644 --- a/keydb_file.c +++ b/keydb_file.c @@ -4,8 +4,6 @@ * Jonathan McDowell * * Copyright 2002 Project Purple - * - * $Id: keydb_file.c,v 1.10 2003/09/30 20:40:10 noodles Exp $ */ #include @@ -31,7 +29,7 @@ * * This is just a no-op for flat file access. */ -void initdb(void) +void initdb(bool readonly) { }