No changes (added new-line because git doesn't allow commits with no changes), added file to project
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#include "easysock.h"
|
#include "easysock.h"
|
||||||
|
|
||||||
|
|
||||||
int create_socket(int network, char transport) {
|
int create_socket(int network, char transport) {
|
||||||
int domain;
|
int domain;
|
||||||
int type;
|
int type;
|
||||||
|
@@ -72,4 +72,5 @@ int char_to_socktype(char transport);
|
|||||||
and returns the appropriate int value. */
|
and returns the appropriate int value. */
|
||||||
int inet_to_int(int af_type);
|
int inet_to_int(int af_type);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user