summaryrefslogtreecommitdiffstats
path: root/src/socket.h
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-09-30 17:40:04 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-10-03 12:35:01 +0200
commitf161cd8b8b83a29f42c275fe31a96825a8d27d86 (patch)
treef13aaf40ea67fe0c4459a283dd0773a00752c740 /src/socket.h
parent6bf1b8c3a8af299c04d9be0d59b42c3a6d7c9127 (diff)
Improve comments
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
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);