From 1c63ea60c288f71415971b310d3d042fd898b809 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Sat, 25 Mar 2023 11:36:44 -0500 Subject: [PATCH] No changes (added new-line because git doesn't allow commits with no changes), added file to project --- easysock.c | 1 + easysock.h | 1 + 2 files changed, 2 insertions(+) diff --git a/easysock.c b/easysock.c index 342da70..44de497 100644 --- a/easysock.c +++ b/easysock.c @@ -1,5 +1,6 @@ #include "easysock.h" + int create_socket(int network, char transport) { int domain; int type; diff --git a/easysock.h b/easysock.h index f274174..e810c6b 100644 --- a/easysock.h +++ b/easysock.h @@ -72,4 +72,5 @@ int char_to_socktype(char transport); and returns the appropriate int value. */ int inet_to_int(int af_type); + #endif