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


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

#1 fix some doxygen comment error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_log.c

    r29 r30  
    4848    int sec;
    4949    int usec;
    50 } S_CF_Log_DateTime, CF_Log_DateTime;
     50} S_CF_LOG_DATETIME, CF_LOG_DATETIME;
    5151
    5252typedef struct __cf_log_ctx__ {
     
    122122
    123123static int
    124 CF_Log_Local_GetTime (CF_Log_DateTime * dt)
     124CF_Log_Local_GetTime (CF_LOG_DATETIME * dt)
    125125{
    126126    struct timeval  timeVal;
     
    147147CF_Log_Local_GetTimeString (char * buffer)
    148148{
    149     CF_Log_DateTime dt;
     149    CF_LOG_DATETIME dt;
    150150    CF_Log_Local_GetTime (&dt);
    151151
Note: See TracChangeset for help on using the changeset viewer.