• Dmitry Frank's avatar
    Remove "mongoose" prefix from includes · c3d9d17e
    Dmitry Frank authored
    In certain files it was necessary to make tests work from public
    mongoose repo, so this commit makes things consistent.
    
    PUBLISHED_FROM=694454d0ff007229c65d524a2a2beaf126420f15
    c3d9d17e
mg_net_if_socks.h 443 Bytes
/*
* Copyright (c) 2014-2017 Cesanta Software Limited
* All rights reserved
*/

#ifndef CS_MONGOOSE_SRC_NET_IF_SOCKS_H_
#define CS_MONGOOSE_SRC_NET_IF_SOCKS_H_

#if MG_ENABLE_SOCKS
#include "mg_net_if.h"

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

extern const struct mg_iface_vtable mg_socks_iface_vtable;

#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* MG_ENABLE_SOCKS */
#endif /* CS_MONGOOSE_SRC_NET_IF_SOCKS_H_ */