Changeset 23 in libcf for trunk/src/cf_log.c


Ignore:
Timestamp:
02/02/13 10:06:15 (11 years ago)
Author:
cheese
Message:

#1 change local functions in source code to static functions and some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_log.c

    r19 r23  
    1 /*
     1/**
    22 * cf_log.c
    33 */
     
    120120/* }}} #if defined(_WIN32) || defined(_WIN64) */
    121121
    122 int
     122static int
    123123CF_Log_Local_GetTime (CF_Log_DateTime * dt)
    124124{
     
    143143}
    144144
    145 int
     145static int
    146146CF_Log_Local_GetTimeString (char * buffer)
    147147{
     
    159159}
    160160
    161 int
     161static int
    162162CF_Log_Local_Push (CF_LOG_CTX   * ctx,
    163163                   const char   * buffer)
     
    171171}
    172172
    173 int
     173static int
    174174CF_Log_Local_Flush (CF_LOG_CTX * ctx)
    175175{
Note: See TracChangeset for help on using the changeset viewer.