Ignore:
Timestamp:
May 13, 2002, 7:49:28 AM (23 years ago)
Author:
umoeller
Message:

Massive pager rework.

File:
1 edited

Legend:

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

    r161 r164  
    7878 */
    7979
    80 APIRET strhStoreDebug(PSZ *ppszTarget,
    81                       PCSZ pcszSource,
    82                       PULONG pulLength,        // out: length of new string (ptr can be NULL)
    83                       PCSZ pcszSourceFile,
    84                       unsigned long ulLine,
    85                       PCSZ pcszFunction)
     80APIRET (strhStoreDebug)(PSZ *ppszTarget,
     81                        PCSZ pcszSource,
     82                        PULONG pulLength,        // out: length of new string (ptr can be NULL)
     83                        PCSZ pcszSourceFile,
     84                        unsigned long ulLine,
     85                        PCSZ pcszFunction)
    8686{
    8787    ULONG ulLength = 0;
     88
     89
    8890
    8991    if (ppszTarget)
Note: See TracChangeset for help on using the changeset viewer.