~ubuntu-branches/ubuntu/utopic/gdisk/utopic-proposed

« back to all changes in this revision

Viewing changes to parttypes.h

  • Committer: Package Import Robot
  • Author(s): Guillaume Delacour
  • Date: 2013-12-20 17:41:44 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20131220174144-ff5xgv9m25s3dmoi
Tags: 0.8.8-1
* New upstream release (Closes: #729958)
* debian/patches/set_default_partition_type-test.diff don't use a kernel
  dependent default gpt type when creating a partition (Closes: #729957)
* Bump to Standards-Version 3.9.5 (no changes needed)
* *.lintian-overrides: Removed as fixparts use fortified functions
* Refresh patch debian/patches/manpages.diff (hyphen as minus)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* This program is copyright (c) 2009 by Roderick W. Smith. It is distributed
 
1
/* This program is copyright (c) 2009-2013 by Roderick W. Smith. It is distributed
2
2
  under the terms of the GNU GPL version 2, as detailed in the COPYING file. */
3
3
 
4
4
#include <stdint.h>
60
60
   uint16_t GetHexType() const;
61
61
 
62
62
   // Information relating to all type data
63
 
   void ShowAllTypes(void) const;
 
63
   void ShowAllTypes(int maxLines = 21) const;
64
64
   int Valid(uint16_t code) const;
65
65
};
66
66