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

« back to all changes in this revision

Viewing changes to bk/bkLink.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
 
int addToHardLinkTable(VolInfo* volInfo, off_t position, char* pathAndName, 
 
1
int addToHardLinkTable(VolInfo* volInfo, bk_off_t position, char* pathAndName, 
2
2
                       unsigned size, bool onImage, BkHardLink** newLink);
3
 
int filesAreSame(VolInfo* volInfo, int file1, off_t posFile1, 
4
 
                 int file2, off_t posFile2, unsigned size);
5
 
int findInHardLinkTable(VolInfo* volInfo, off_t position, 
 
3
int filesAreSame(VolInfo* volInfo, int file1, bk_off_t posFile1, 
 
4
                 int file2, bk_off_t posFile2, unsigned size);
 
5
int findInHardLinkTable(VolInfo* volInfo, bk_off_t position, 
6
6
                        char* pathAndName, unsigned size,
7
7
                        bool onImage, BkHardLink** foundLink);
8
 
int readFileHead(VolInfo* volInfo, off_t position, char* pathAndName, 
 
8
int readFileHead(VolInfo* volInfo, bk_off_t position, char* pathAndName, 
9
9
                 bool onImage, unsigned char* dest, int numBytes);
10
10
void resetWriteStatus(BkHardLink* fileLocations);