~ubuntu-branches/ubuntu/oneiric/bogofilter/oneiric

« back to all changes in this revision

Viewing changes to src/paths.h

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-11-10 11:49:05 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051110114905-s0dfdxew1kaonhyw
Tags: 0.96.5-1ubuntu1
* Resynchronise with Debian.
  - bogofilter-qdbm still disabled, bogofilter-tdb went away upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: paths.h,v 1.29 2005/06/29 23:52:50 relson Exp $ */
 
1
/* $Id: paths.h,v 1.30 2005/08/14 13:08:35 relson Exp $ */
2
2
 
3
3
/**
4
4
 * \file
49
49
bool    bfpath_check_mode(bfpath *bfp, bfpath_mode mode);
50
50
bfpath *bfpath_free(bfpath *path);
51
51
bool    paths_equal(bfpath *p1, bfpath *p2);
 
52
void    bfpath_set_filename(bfpath *bfp, const char *filename);
52
53
 
53
54
void    set_bogohome(const char *dirname);
54
55
void    chk_bogohome(void);