Changeset 121 in libcf for trunk/src/cf_thread.c


Ignore:
Timestamp:
06/10/13 16:45:12 (11 years ago)
Author:
cheese
Message:

#1 revert thread creation function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_thread.c

    r119 r121  
    6767 */
    6868int
    69 CF_Thread_CreateCtx (CF_Thread_Ctx      * threadID,
    70                     CF_Thread_Function callback,
    71                      void               * arg)
     69CF_Thread_Create (CF_Thread_Ctx         * threadID,
     70                  CF_Thread_Function    callback,
     71                  void                  * arg)
    7272{
    7373    int result = 0;
Note: See TracChangeset for help on using the changeset viewer.