Changeset 45aa22c in mainline for uspace/srv/inet/inet_link.h


Ignore:
Timestamp:
2012-03-07T23:05:42Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a88a6eac
Parents:
0e25780
Message:

Creating static addresses with inetcfg.

File:
1 edited

Legend:

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

    r0e25780 r45aa22c  
    3838#define INET_LINK_H_
    3939
     40#include <sys/types.h>
    4041#include "inet.h"
    4142
     
    4344extern int inet_link_send_dgram(inet_link_t *, inet_addr_t *,
    4445    inet_addr_t *, inet_dgram_t *, uint8_t, uint8_t, int);
     46extern inet_link_t *inet_link_get_by_id(sysarg_t);
    4547
    4648#endif
Note: See TracChangeset for help on using the changeset viewer.