17 lines
428 B
Plaintext
17 lines
428 B
Plaintext
|
$OpenBSD: patch-include_db_config_h,v 1.1.1.1 2001/06/07 14:26:22 lebel Exp $
|
||
|
--- include/db_config.h.orig Tue Jun 5 09:36:49 2001
|
||
|
+++ include/db_config.h Tue Jun 5 09:37:03 2001
|
||
|
@@ -101,10 +101,10 @@ typedef enum { db_filename, db_linkname,
|
||
|
|
||
|
typedef struct db_config {
|
||
|
url_t* db_in_url;
|
||
|
- void* db_in;
|
||
|
+ FILE* db_in;
|
||
|
|
||
|
url_t* db_out_url;
|
||
|
- void* db_out;
|
||
|
+ FILE* db_out;
|
||
|
|
||
|
#ifdef WITH_ZLIB
|
||
|
gzFile db_gzin;
|