]> Kevux Git Server - fll/commitdiff
Bugfix: Improve include and wrapping macros.
authorKevin Day <thekevinday@gmail.com>
Sun, 16 Jan 2022 00:32:18 +0000 (18:32 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 16 Jan 2022 00:32:18 +0000 (18:32 -0600)
This should be "payload" and not "basic_list".
Update the documentation comment as well.

level_2/fll_fss/c/fss_payload.c
level_2/fll_fss/c/fss_payload.h

index ea7d6e199e91edc5e11cb431cf81e7dc6e446364..2d428776ad6dd53728f8ad7eeaa9dbca4c948c0d 100644 (file)
@@ -1,4 +1,4 @@
-#include "fss_basic_list.h"
+#include "fss_payload.h"
 
 #ifdef __cplusplus
 extern "C" {
index db24e0de2f34dfbed948116f6a8b41879e303059..5a075376c311c0e5fa498ed1af7d67c5ef9421ab 100644 (file)
@@ -5,10 +5,10 @@
  * API Version: 0.5
  * Licenses: lgpl-2.1-or-later
  *
- * This is the fss-0002 implementation.
+ * This is the fss-000e implementation.
  */
-#ifndef _FLL_fss_basic_list_h
-#define _FLL_fss_basic_list_h
+#ifndef _FLL_fss_payload_h
+#define _FLL_fss_payload_h
 
 // fll-0 includes
 #include <fll/level_0/type.h>
@@ -153,4 +153,4 @@ extern "C" {
 } // extern "C"
 #endif
 
-#endif // _FLL_fss_basic_list_h
+#endif // _FLL_fss_payload_h