aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h
index b5989e1..c0f9ddb 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -14,8 +14,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#pragma once
+/******************************************************************************/
+/******************************************************************************/
+/* IMPLEMENTATION OF SOCKET OPENING FOLLOWING SPECIFICATION */
+/******************************************************************************/
+/******************************************************************************/
extern int socket_open(const char *uri, int server);