Changeset 2ff150e in mainline for uspace/srv/inet/addrobj.h


Ignore:
Timestamp:
2012-02-13T08:25:46Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
081971b
Parents:
fe4310f
Message:

Correct handling of IP protocol field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/inet/addrobj.h

    rfe4310f r2ff150e  
    5353extern inet_addrobj_t *inet_addrobj_find(inet_addr_t *, inet_addrobj_find_t);
    5454extern int inet_addrobj_send_dgram(inet_addrobj_t *, inet_dgram_t *,
    55     uint8_t ttl, int df);
     55    uint8_t, uint8_t, int);
    5656
    5757#endif
Note: See TracChangeset for help on using the changeset viewer.