From: Kevin Day Date: Fri, 28 Feb 2020 04:25:40 +0000 (-0600) Subject: Cleanup: FLL errors is now FLL status X-Git-Tag: 0.5.0~358 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=d57c7b423e36eecb61cc6052f52470499fed6dec;p=fll Cleanup: FLL errors is now FLL status --- diff --git a/level_2/fll_status/c/status.h b/level_2/fll_status/c/status.h index 04f3b86..573d1ec 100644 --- a/level_2/fll_status/c/status.h +++ b/level_2/fll_status/c/status.h @@ -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 @@ -51,4 +51,4 @@ extern "C" { } // extern "C" #endif -#endif // _FLL_errors_h +#endif // _FLL_status_h