/* * server-coap.h -- LwIP example * * Copyright (C) 2013-2016 Christian Amsüss * * SPDX-License-Identifier: BSD-2-Clause * * This file is part of the CoAP library libcoap. Please see README for terms * of use. */ #include "coap_config.h" #include void server_coap_init(void); /* call this when you think that resources could be dirty */ void server_coap_poll(void);