This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tango-kni/libforge_socket.h

10 lines
194 B
C
Raw Normal View History

#ifndef FORGE_SOCKET_H
#define FORGE_SOCKET_H
#include "forge_socket.h"
struct tcp_state *forge_socket_get_default_state();
int forge_socket_set_state(int sock, struct tcp_state *st);
#endif