Changeset 4713 for pjproject/trunk/pjlib-util/src/pjlib-util/http_client.c
- Timestamp:
- Jan 23, 2014 8:13:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/http_client.c
r4614 r4713 1497 1497 * result at the back of the string. 1498 1498 */ 1499 void str_snprintf(pj_str_t *s, size_t size,1500 1499 static void str_snprintf(pj_str_t *s, size_t size, 1500 pj_bool_t append, const char *format, ...) 1501 1501 { 1502 1502 va_list arg;
Note: See TracChangeset
for help on using the changeset viewer.