Ignore:
Timestamp:
Jul 11, 2008 12:56:07 AM (16 years ago)
Author:
bennylp
Message:

Fixed gcc function is not a prototype warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-simple/evsub.h

    r2039 r2121  
    215215 * SUBSCRIBE method constant. 
    216216 */ 
    217 PJ_DECL(const pjsip_method*) pjsip_get_subscribe_method(); 
     217PJ_DECL(const pjsip_method*) pjsip_get_subscribe_method(void); 
    218218 
    219219/** 
    220220 * NOTIFY method constant. 
    221221 */ 
    222 PJ_DECL(const pjsip_method*) pjsip_get_notify_method(); 
     222PJ_DECL(const pjsip_method*) pjsip_get_notify_method(void); 
    223223 
    224224 
Note: See TracChangeset for help on using the changeset viewer.