Updated files to reflect change in easysock (from CPP to C)
This commit is contained in:
2
sock.cpp
2
sock.cpp
@@ -2,7 +2,7 @@
|
||||
#include <stdexcept>
|
||||
#include "includes/sock.hpp"
|
||||
#include "includes/exception_consts.hpp"
|
||||
#include "includes/easysock.hpp"
|
||||
#include "includes/easysock.h"
|
||||
|
||||
/* Function to create socket. This function doesn't actually create a socket
|
||||
(and isn't meant to be called directly). Instead, the client and server classes
|
||||
|
Reference in New Issue
Block a user