Changeset bb9b0c6 in mainline for uspace/lib/c/include/inet/addr.h


Ignore:
Timestamp:
2013-07-12T17:24:47Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3aece36
Parents:
a17356fd
Message:

inet_addr_t to inet_naddr_t conversion routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/inet/addr.h

    ra17356fd rbb9b0c6  
    8989extern int inet_addr_family(const char *, uint16_t *);
    9090extern void inet_naddr_addr(const inet_naddr_t *, inet_addr_t *);
     91extern void inet_addr_naddr(const inet_addr_t *, uint8_t, inet_naddr_t *);
    9192
    9293extern void inet_addr_any(inet_addr_t *);
Note: See TracChangeset for help on using the changeset viewer.