1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 20:59:09 +00:00

Async creation of child ages

This commit is contained in:
2011-04-23 22:19:35 -04:00
parent 28e8e0c544
commit a921f766d1
3 changed files with 161 additions and 7 deletions

View File

@ -424,6 +424,7 @@ bool VaultAgeFindOrCreateChildAgeLinkAndWait (
const plAgeInfoStruct * info,
plAgeLinkStruct * link
);
UInt8 VaultAgeFindOrCreateChildAgeLink(const wchar parentAgeName[], const plAgeInfoStruct* info, plAgeLinkStruct* link);