Ignore:
Timestamp:
Sep 3, 2002, 8:17:46 PM (23 years ago)
Author:
umoeller
Message:

Minor adjustments for new static handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/memdebug.c

    r164 r222  
    223223 */
    224224
    225 static VOID LogError(const char *pcszFormat,     // in: format string (like with printf)
     225STATIC VOID LogError(const char *pcszFormat,     // in: format string (like with printf)
    226226                     ...)                        // in: additional stuff (like with printf)
    227227{
     
    244244 */
    245245
    246 static PHEAPITEM FindHeapItem(void *p)
     246STATIC PHEAPITEM FindHeapItem(void *p)
    247247{
    248248    return ((PHEAPITEM)treeFind(G_pHeapItemsRoot,
     
    257257 */
    258258
    259 static VOID FillHeapItem(PHEAPITEM pHeapItem,
     259STATIC VOID FillHeapItem(PHEAPITEM pHeapItem,
    260260                         void *prc,
    261261                         size_t stSize,
     
    287287 */
    288288
    289 static VOID CheckMagics(const char *pcszParentFunc,
     289STATIC VOID CheckMagics(const char *pcszParentFunc,
    290290                        PHEAPITEM pHeapItem,
    291291                        PBYTE p,
Note: See TracChangeset for help on using the changeset viewer.