diff options
Diffstat (limited to 'src/burn/engine/relatedbundle.h')
-rw-r--r-- | src/burn/engine/relatedbundle.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/burn/engine/relatedbundle.h b/src/burn/engine/relatedbundle.h index be039421..24469f3d 100644 --- a/src/burn/engine/relatedbundle.h +++ b/src/burn/engine/relatedbundle.h | |||
@@ -19,7 +19,10 @@ HRESULT RelatedBundleFindById( | |||
19 | __in_z LPCWSTR wzId, | 19 | __in_z LPCWSTR wzId, |
20 | __out BURN_RELATED_BUNDLE** ppRelatedBundle | 20 | __out BURN_RELATED_BUNDLE** ppRelatedBundle |
21 | ); | 21 | ); |
22 | void RelatedBundlesSort( | 22 | void RelatedBundlesSortDetect( |
23 | __in BURN_RELATED_BUNDLES* pRelatedBundles | ||
24 | ); | ||
25 | void RelatedBundlesSortPlan( | ||
23 | __in BURN_RELATED_BUNDLES* pRelatedBundles | 26 | __in BURN_RELATED_BUNDLES* pRelatedBundles |
24 | ); | 27 | ); |
25 | 28 | ||