Introduction
Introduction Statistics Contact Development Disclaimer Help
dbh_open -> dbtext_db_open - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + patc…
git clone git://git.codemadness.org/bmf
Log
Files
Refs
README
LICENSE
---
commit 8c0e2cad22ac8e72666e90b8069cb0b082e38429
parent 60b437c6d0bc19fc9f67ca8cfaf6cbfc50d47423
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 27 Oct 2018 19:33:42 +0200
dbh_open -> dbtext_db_open
Diffstat:
M bmf.c | 2 +-
M dbh.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bmf.c b/bmf.c
@@ -151,7 +151,7 @@ main(int argc, char **argv)
}
stats.extrema = (discrim_t *) malloc(stats.keepers * sizeof(discrim_t)…
- pdb = dbh_open(dbname);
+ pdb = dbtext_db_open(dbname);
if (pdb == NULL) {
fprintf(stderr, "%s: cannot open database\n", argv[0]);
exit(2);
diff --git a/dbh.c b/dbh.c
@@ -49,7 +49,7 @@ db_getnewcount(veciter_t * piter)
}
dbh_t *
-dbh_open(cpchar dbname)
+dbtext_db_open(cpchar dbname)
{
dbhtext_t *pthis = NULL;
uint dirlen;
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.