moved to seperate header file

this typedef needed to move to a seperate header file so that it could
be referenced in other header files, as there is no forward declartions
for enums.
This commit is contained in:
Nathaniel Madura
2013-04-18 13:36:34 -04:00
parent b6504b3dc4
commit f1b7e755f2

View File

@@ -11,11 +11,6 @@
APPKIT_EXTERN NSString *const MPDidLoadDatabaseNotification;
APPKIT_EXTERN NSString *const MPDatabaseDocumentDocumentKey;
typedef enum {
MPDatabaseVersion3,
MPDatabaseVersion4
} MPDatabaseVersion;
@class KdbPassword;
@class KdbGroup;
@class KdbEntry;