Ignore:
Timestamp:
Jan 23, 2014 8:13:11 AM (9 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/pjlib-util/src/pjlib-util/http_client.c

    r4614 r4713  
    14971497 * result at the back of the string. 
    14981498 */ 
    1499 void str_snprintf(pj_str_t *s, size_t size,  
    1500                   pj_bool_t append, const char *format, ...) 
     1499static void str_snprintf(pj_str_t *s, size_t size,  
     1500                        pj_bool_t append, const char *format, ...) 
    15011501{ 
    15021502    va_list arg; 
Note: See TracChangeset for help on using the changeset viewer.