diff options
Diffstat (limited to 'src/VBox/Runtime/common/table/avl_Destroy.cpp.h')
-rw-r--r-- | src/VBox/Runtime/common/table/avl_Destroy.cpp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Runtime/common/table/avl_Destroy.cpp.h b/src/VBox/Runtime/common/table/avl_Destroy.cpp.h index 0794d4aa1..9b255ca17 100644 --- a/src/VBox/Runtime/common/table/avl_Destroy.cpp.h +++ b/src/VBox/Runtime/common/table/avl_Destroy.cpp.h @@ -1,4 +1,4 @@ -/* $Id: avl_Destroy.cpp.h $ */ +/* $Id: avl_Destroy.cpp.h 36555 2011-04-05 12:34:09Z vboxsync $ */ /** @file * kAVLDestroy - Walk the tree calling a callback to destroy all the nodes. */ @@ -40,7 +40,7 @@ * @param pfnCallBack Pointer to callback function. * @param pvUser User parameter passed on to the callback function. */ -RTDECL(int) KAVL_FN(Destroy)(PPKAVLNODECORE ppTree, PKAVLCALLBACK pfnCallBack, void *pvUser) +KAVL_DECL(int) KAVL_FN(Destroy)(PPKAVLNODECORE ppTree, PKAVLCALLBACK pfnCallBack, void *pvUser) { unsigned cEntries; PKAVLNODECORE apEntries[KAVL_MAX_STACK]; |