Changeset 29 in libcf for trunk/include/cf_debug.h


Ignore:
Timestamp:
02/04/13 23:23:44 (11 years ago)
Author:
cheese
Message:

#1 fix compile error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_debug.h

    r26 r29  
    247247CF_EXPORT int
    248248CF_Debug_Trace          (CF_Debug_Ctx   ctx,
     249                         const char     * file,
     250                         const char     * func,
     251                         const int      line,
    249252                         const char     * fmt, ...);
    250253
     
    264267CF_EXPORT int
    265268CF_Debug_TraceBin       (CF_Debug_Ctx           ctx,
     269                         const char             * file,
     270                         const char             * func,
     271                         const int              line,
    266272                         const unsigned char    * bin,
    267273                         const int              len,
Note: See TracChangeset for help on using the changeset viewer.