Cleanup: use const for typeinfo

This commit is contained in:
2015-03-30 21:17:07 +11:00
parent b663f1f1cf
commit 268524c025
40 changed files with 133 additions and 133 deletions

View File

@@ -172,8 +172,8 @@ typedef enum eFMI_Requirement_Flags {
} eFMI_Requirement_Flags;
/* Function Prototypes for FModifierTypeInfo's */
FModifierTypeInfo *fmodifier_get_typeinfo(struct FModifier *fcm);
FModifierTypeInfo *get_fmodifier_typeinfo(int type);
const FModifierTypeInfo *fmodifier_get_typeinfo(struct FModifier *fcm);
const FModifierTypeInfo *get_fmodifier_typeinfo(int type);
/* ---------------------- */