~ubuntu-branches/ubuntu/jaunty/clamav/jaunty-backports

« back to all changes in this revision

Viewing changes to libclamav/fmap.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-10-02 15:36:00 UTC
  • mfrom: (10.1.6 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20101002153600-2tx3vki1u55cdrjy
Tags: 0.96.3+dfsg-2ubuntu0.10.04.1
Microversion update to 0.96.3 for Lucid (LP: #653738)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
} fmap_t;
49
49
 
50
50
fmap_t *fmap(int fd, off_t offset, size_t len);
 
51
fmap_t *fmap_check_empty(int fd, off_t offset, size_t len, int *empty);
51
52
void funmap(fmap_t *m);
52
53
void *fmap_need_off(fmap_t *m, size_t at, size_t len);
53
54
void *fmap_need_off_once(fmap_t *m, size_t at, size_t len);