Changeset 1405 for pjproject/trunk/pjlib/src/pjlib-test/echo_clt.c
- Timestamp:
- Jul 20, 2007 8:08:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pjlib-test/echo_clt.c
r974 r1405 66 66 unsigned counter = 0; 67 67 68 rc = app_socket( PJ_AF_INET, client->sock_type, 0, -1, &sock);68 rc = app_socket(pj_AF_INET(), client->sock_type, 0, -1, &sock); 69 69 if (rc != PJ_SUCCESS) { 70 70 app_perror("...unable to create socket", rc);
Note: See TracChangeset
for help on using the changeset viewer.