]> Kevux Git Server - fll/commitdiff
Cleanup: FLL errors is now FLL status
authorKevin Day <thekevinday@gmail.com>
Fri, 28 Feb 2020 04:25:40 +0000 (22:25 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 28 Feb 2020 04:25:40 +0000 (22:25 -0600)
level_2/fll_status/c/status.h

index 04f3b863388338ec8602ba40bdba2593c6072f21..573d1ec851e1748e3b53a270ee7696416188351b 100644 (file)
@@ -1,14 +1,14 @@
 /**
  * FLL - Level 2
  *
- * Project: Errors
+ * Project: Status
  * API Version: 0.5
  * Licenses: lgplv2.1
  *
- * Provides error functions, such as those that translate status codes into strings.
+ * Provides status code functions, such as those that translate status codes into strings.
  */
-#ifndef _FLL_errors_h
-#define _FLL_errors_h
+#ifndef _FLL_status_h
+#define _FLL_status_h
 
 // fll-0 includes
 #include <level_0/conversion.h>
@@ -51,4 +51,4 @@ extern "C" {
 } // extern "C"
 #endif
 
-#endif // _FLL_errors_h
+#endif // _FLL_status_h