Changeset ee603c4 in mainline for uspace/srv/udp/udp_inet.h


Ignore:
Timestamp:
2012-04-04T21:10:22Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92b42442
Parents:
4794417
Message:

UDP associations, sending datagrams.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/udp/udp_inet.h

    r4794417 ree603c4  
    3636#define UDP_INET_H
    3737
     38#include "udp_type.h"
     39
    3840extern int udp_inet_init(void);
     41extern int udp_transmit_pdu(udp_pdu_t *);
    3942
    4043#endif
Note: See TracChangeset for help on using the changeset viewer.