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


Ignore:
Timestamp:
2013-07-12T15:27:15Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5f79cd
Parents:
08ed137
Message:

addr128_t comparison operator

File:
1 edited

Legend:

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

    r08ed137 r671b546  
    7373extern void addr128(const addr128_t, addr128_t);
    7474
     75extern int addr128_compare(const addr128_t, const addr128_t);
     76
    7577extern void host2addr128_t_be(const addr128_t, addr128_t);
    7678extern void addr128_t_be2host(const addr128_t, addr128_t);
Note: See TracChangeset for help on using the changeset viewer.