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 0113c8ee..be039421 100644 --- a/src/burn/engine/relatedbundle.h +++ b/src/burn/engine/relatedbundle.h | |||
@@ -19,6 +19,9 @@ 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( | ||
23 | __in BURN_RELATED_BUNDLES* pRelatedBundles | ||
24 | ); | ||
22 | 25 | ||
23 | #if defined(__cplusplus) | 26 | #if defined(__cplusplus) |
24 | } | 27 | } |