Ignore:
Timestamp:
May 12, 2007 3:03:23 PM (17 years ago)
Author:
bennylp
Message:

Symbian fixes to compile on GCCE (nested callbacks etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/types.h

    r974 r1269  
    303303PJ_DECL(void) pj_shutdown(void); 
    304304 
     305typedef void (*pj_exit_callback)(void); 
    305306/** 
    306307 * Register cleanup function to be called by PJLIB when pj_shutdown() is  
     
    311312 * @return PJ_SUCCESS on success. 
    312313 */ 
    313 PJ_DECL(pj_status_t) pj_atexit(void (*func)(void)); 
     314PJ_DECL(pj_status_t) pj_atexit(pj_exit_callback func); 
    314315 
    315316 
Note: See TracChangeset for help on using the changeset viewer.