aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcyn-server.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/rcyn-server.h
parent6bf1b8c3a8af299c04d9be0d59b42c3a6d7c9127 (diff)
Improve comments
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/rcyn-server.h')
-rw-r--r--src/rcyn-server.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/rcyn-server.h b/src/rcyn-server.h
index 34cd46a..7982867 100644
--- a/src/rcyn-server.h
+++ b/src/rcyn-server.h
@@ -14,9 +14,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
-
#pragma once
+/******************************************************************************/
+/******************************************************************************/
+/* IMPLEMENTATION OF SERVER PART OF RCYN-PROTOCOL */
+/******************************************************************************/
+/******************************************************************************/
struct rcyn_server;
typedef struct rcyn_server rcyn_server_t;