~peter-pearse/ubuntu/oneiric/bogofilter/prop001

« back to all changes in this revision

Viewing changes to src/datastore_db_trad.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2008-06-18 23:45:23 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20080618234523-7yoaxiatb0fz1f5j
Tags: upstream-1.1.7
ImportĀ upstreamĀ versionĀ 1.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: datastore_db_trad.c,v 1.17 2006/05/29 14:28:00 relson Exp $ */
 
1
/* $Id: datastore_db_trad.c 6650 2007-02-14 21:19:32Z m-a $ */
2
2
 
3
3
/*****************************************************************************
4
4
 
70
70
    NULL,               /* dsm_purgelogs        */
71
71
    NULL,               /* dsm_recover          */
72
72
    NULL,               /* dsm_remove           */
73
 
    NULL,               /* dsm_verify           */
 
73
    &db_verify,         /* dsm_verify           */
74
74
    NULL,               /* dsm_list_logfiles    */
75
75
    &db_leafpages       /* dsm_leafpages        */
76
76
};