No changes (added new-line because git doesn't allow commits with no changes), added file to project

This commit is contained in:
2023-03-25 11:36:44 -05:00
parent 9d164cf7b8
commit 1c63ea60c2
2 changed files with 2 additions and 0 deletions

View File

@@ -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;

View File

@@ -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