Changeset e767dbf in mainline for uspace/srv/inet/pdu.h
- Timestamp:
- 2012-02-09T22:57:05Z (11 years ago)
- Branches:
- lfn, master, serial
- Children:
- 1493811
- Parents:
- ceba4bed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/inet/pdu.h
rceba4bed re767dbf 40 40 #include "inet.h" 41 41 42 extern int inet_pdu_encode(inet_dgram_t *, void **, size_t *); 42 extern int inet_pdu_encode(inet_dgram_t *, uint8_t, int, void **, size_t *); 43 extern int inet_pdu_decode(void *, size_t, inet_dgram_t *, uint8_t *, int *); 43 44 44 45 #endif
Note: See TracChangeset
for help on using the changeset viewer.