Changeset 3245
- Timestamp:
- Aug 1, 2010 3:25:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/httpdemo.c
r3089 r3245 46 46 static void on_response(pj_http_req *http_req, const pj_http_resp *resp) 47 47 { 48 PJ_UNUSED_ARG(http_req); 48 49 PJ_LOG(3,(THIS_FILE, "%.*s %d %.*s", (int)resp->version.slen, resp->version.ptr, 49 50 resp->status_code, … … 53 54 static void on_send_data(pj_http_req *http_req, void **data, pj_size_t *size) 54 55 { 55 56 PJ_UNUSED_ARG(http_req); 57 PJ_UNUSED_ARG(size); 58 PJ_UNUSED_ARG(data); 56 59 } 57 60
Note: See TracChangeset
for help on using the changeset viewer.