~ubuntu-branches/ubuntu/karmic/isomaster/karmic

« back to all changes in this revision

Viewing changes to bk/bkGet.h

  • Committer: Bazaar Package Importer
  • Author(s): David Johnson
  • Date: 2007-12-18 21:11:57 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218211157-xwhlx6o2r7d0en9q
Tags: 1.3-1
* New upstream release
* Update to standards version 3.7.3
* Fix watch file for rc filename variations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
off_t estimateIsoSize(const BkDir* tree, int filenameTypes);
 
1
bk_off_t estimateIsoSize(const BkDir* tree, int filenameTypes);
2
2
int getDirFromString(const BkDir* tree, const char* pathStr, 
3
3
                     BkDir** dirFoundPtr);