diff options
Diffstat (limited to 'src/burn/engine/relatedbundle.h')
-rw-r--r-- | src/burn/engine/relatedbundle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/burn/engine/relatedbundle.h b/src/burn/engine/relatedbundle.h index 24469f3d..e98d0ede 100644 --- a/src/burn/engine/relatedbundle.h +++ b/src/burn/engine/relatedbundle.h | |||
@@ -25,6 +25,9 @@ void RelatedBundlesSortDetect( | |||
25 | void RelatedBundlesSortPlan( | 25 | void RelatedBundlesSortPlan( |
26 | __in BURN_RELATED_BUNDLES* pRelatedBundles | 26 | __in BURN_RELATED_BUNDLES* pRelatedBundles |
27 | ); | 27 | ); |
28 | BOOTSTRAPPER_RELATION_TYPE RelatedBundleConvertRelationType( | ||
29 | __in BUNDLE_RELATION_TYPE relationType | ||
30 | ); | ||
28 | 31 | ||
29 | #if defined(__cplusplus) | 32 | #if defined(__cplusplus) |
30 | } | 33 | } |