summaryrefslogtreecommitdiff
path: root/src/burn/engine/relatedbundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/relatedbundle.h')
-rw-r--r--src/burn/engine/relatedbundle.h5
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 );
22void RelatedBundlesSort( 22void RelatedBundlesSortDetect(
23 __in BURN_RELATED_BUNDLES* pRelatedBundles
24 );
25void RelatedBundlesSortPlan(
23 __in BURN_RELATED_BUNDLES* pRelatedBundles 26 __in BURN_RELATED_BUNDLES* pRelatedBundles
24 ); 27 );
25 28