Changeset 816


Ignore:
Timestamp:
Nov 21, 2006 1:00:42 PM (17 years ago)
Author:
bennylp
Message:

Added pj_shutdown() on os_core_unix.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_core_unix.c

    r815 r816  
    110110#endif 
    111111 
     112static unsigned atexit_count; 
     113static void (*atexit_func[32])(void); 
     114 
    112115static pj_status_t init_mutex(pj_mutex_t *mutex, const char *name, int type); 
    113116 
Note: See TracChangeset for help on using the changeset viewer.