Changeset 59 in libcf


Ignore:
Timestamp:
04/07/13 11:48:47 (11 years ago)
Author:
cheese
Message:

#1 fix thread-worker-function's description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_thread.h

    r57 r59  
    1313#include "cf_base.h"
    1414
    15 /** 스레드 워커 함수 형태이며, CF_Thread_Function 형식 */
     15/** 스레드 워커 함수 프로토타입 */
    1616typedef int (* CF_Thread_Function) (void *);
    1717
Note: See TracChangeset for help on using the changeset viewer.