Ignore:
Timestamp:
Jan 23, 2014 8:13:11 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Cohen for the patch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/ice_session.c

    r4602 r4713  
    19871987 
    19881988/* Utility: find string in string array */ 
    1989 const pj_str_t *find_str(const pj_str_t *strlist[], unsigned count, 
    1990                          const pj_str_t *str) 
     1989static const pj_str_t *find_str(const pj_str_t *strlist[], unsigned count, 
     1990                                const pj_str_t *str) 
    19911991{ 
    19921992    unsigned i; 
Note: See TracChangeset for help on using the changeset viewer.