Changeset 0773396 in mainline for uspace/srv/net/dhcp/dhcp.h


Ignore:
Timestamp:
2013-12-25T13:05:25Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bc54126c
Parents:
f4a47e52 (diff), 6946f23 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge mainline changes

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/dhcp/dhcp.h

    rf4a47e52 r0773396  
    11/*
    2  * Copyright (c) 2013 Martin Decky
     2 * Copyright (c) 2013 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup inet
     29/** @addtogroup dhcp
    3030 * @{
    3131 */
     
    3535 */
    3636
    37 #ifndef INETPING6_H_
    38 #define INETPING6_H_
     37#ifndef DHCP_H
     38#define DHCP_H
    3939
    40 #include "inetsrv.h"
     40#include <ipc/loc.h>
    4141
    42 extern void inetping6_conn(ipc_callid_t, ipc_call_t *, void *);
    43 extern int inetping6_recv(uint16_t, inetping6_sdu_t *);
     42extern void dhcpsrv_links_init(void);
     43extern int dhcpsrv_link_add(service_id_t);
     44extern int dhcpsrv_link_remove(service_id_t);
    4445
    4546#endif
Note: See TracChangeset for help on using the changeset viewer.