~csurbhi/ubuntu/maverick/e2fsprogs/e2fsprogs.fix-505719

« back to all changes in this revision

Viewing changes to misc/util.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-08 20:32:11 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080808203211-w72lpsd9q7o3bw6x
Tags: 1.41.0-3ubuntu1
* Merge from Debian unstable (LP: #254152, #246461), remaining changes:
  - Do not build-depend on dietlibc-dev, which is in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
extern void check_plausibility(const char *device);
23
23
extern void parse_journal_opts(const char *opts);
24
24
extern void check_mount(const char *device, int force, const char *type);
25
 
extern int figure_journal_size(int size, ext2_filsys fs);
 
25
extern unsigned int figure_journal_size(int size, ext2_filsys fs);
26
26
extern void print_check_message(ext2_filsys fs);