Ignore:
Timestamp:
Aug 26, 2007, 3:13:35 AM (18 years ago)
Author:
bird
Message:

made kDbg compile again (not linking yet though).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kHlpAlloc.h

    r3545 r3550  
    5252void *  kHlpAlloc(KSIZE cb);
    5353void *  kHlpAllocZ(KSIZE cb);
    54 void *  kHlpDup(void *pv, KSIZE cb);
    55 void *  kHlpStrDup(const char *psz);
     54void *  kHlpDup(const void *pv, KSIZE cb);
     55const char *kHlpStrDup(const char *psz);
    5656void *  kHlpRealloc(void *pv, KSIZE cb);
    5757void    kHlpFree(void *pv);
Note: See TracChangeset for help on using the changeset viewer.