X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fgw-db.h;h=d422a562e1f437080b678932cac455c918c6acf1;hb=25db261b6bbbfcc7bc26f679f195b51d31b9d7d7;hp=ca8008cbefdb825c52307fe41b8035a3a03d5adc;hpb=e1ec9d39463f431383547891f38e30f2ff17842c;p=egate.git diff --git a/include/gw-db.h b/include/gw-db.h index ca8008c..d422a56 100644 --- a/include/gw-db.h +++ b/include/gw-db.h @@ -46,7 +46,10 @@ * Europagate, 1995 * * $Log: gw-db.h,v $ - * Revision 1.3 1995/05/16 09:39:39 adam + * Revision 1.4 1995/12/20 16:27:18 adam + * Extra parameter block to gw_db_open. + * + * Revision 1.3 1995/05/16 09:39:39 adam * LICENSE. * * Revision 1.2 1995/04/17 09:33:05 adam @@ -66,7 +69,7 @@ int gw_db_lookup (GW_DB db, const char *name, int name_length, void **buf, size_t *count); int gw_db_insert (GW_DB db, const char *name, int name_length, const void *buf, size_t count); -GW_DB gw_db_open (const char *fname, int write_flag); +GW_DB gw_db_open (const char *fname, int write_flag, int block); int gw_db_close (GW_DB db); int gw_db_no_ent (GW_DB db);