nappgui-sys 0.2.0

Rust raw bindings to NAppGUI
Documentation
/*
 * NAppGUI Cross-platform C SDK
 * 2015-2025 Francisco Garcia Collado
 * MIT Licence
 * https://nappgui.com/en/legal/license.html
 *
 * File: inet.hxx
 * https://nappgui.com/en/inet/inet.html
 *
 */

/* inet library */

#ifndef __INET_HXX__
#define __INET_HXX__


#include <encode/encode.hxx>
#include "inet.def"

typedef enum _ierror_t
{
    ekINONET = 1,
    ekINOHOST,
    ekITIMEOUT,
    ekISTREAM,
    ekISERVER,
    ekINOIMPL,
    ekIUNDEF,
    ekIOK
} ierror_t;

typedef struct _http_t Http;

#endif