X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5fcd6a71923ce1de2e09447974ef39b6f0ca7dd0..598b07b7de7559ddcaed4063912f68bf951d6701:/lib/strptime.c diff --git a/lib/strptime.c b/lib/strptime.c index 83d010d..91d57d5 100644 --- a/lib/strptime.c +++ b/lib/strptime.c @@ -37,8 +37,12 @@ #include #include "strptime.h" +/** @brief Lookup table entry for locale-specific strings */ struct locale_item_match { + /** @brief Locale key to try */ nl_item key; + + /** @brief Value to return if value of @ref key matches subject string */ int value; };