Removed 0x8302 type code, since the Red Hat parted developers have
decided against using it.
diff --git a/parttypes.h b/parttypes.h
index c45d8e4..dd23e94 100644
--- a/parttypes.h
+++ b/parttypes.h
@@ -1,4 +1,4 @@
-/* This program is copyright (c) 2009 by Roderick W. Smith. It is distributed
+/* This program is copyright (c) 2009-2013 by Roderick W. Smith. It is distributed
   under the terms of the GNU GPL version 2, as detailed in the COPYING file. */
 
 #include <stdint.h>
@@ -60,7 +60,7 @@
    uint16_t GetHexType() const;
 
    // Information relating to all type data
-   void ShowAllTypes(void) const;
+   void ShowAllTypes(int maxLines = 21) const;
    int Valid(uint16_t code) const;
 };