Changes in uspace/lib/c/include/inet/inetping.h [13be2583:9749e47] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/inetping.h
r13be2583 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.