Changeset 9749e47 in mainline for uspace/lib/c/include/inet/inetping.h
- Timestamp:
- 2013-10-04T19:23:43Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d04b2
- Parents:
- 26de91a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/inetping.h
r26de91a r9749e47 1 1 /* 2 * Copyright (c) 201 2Jiri Svoboda2 * Copyright (c) 2013 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 46 46 extern int inetping_init(inetping_ev_ops_t *); 47 47 extern int inetping_send(inetping_sdu_t *); 48 extern int inetping_get_srcaddr( uint32_t, uint32_t *);48 extern int inetping_get_srcaddr(const inet_addr_t *, inet_addr_t *); 49 49 50 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.