X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Flocale-util.h;h=0630a034ab475f48552062c43d9567c9b2a42f7c;hp=353b7845fdfcded6fc1bcb64d04925188257f6ec;hb=9b00a533195b7fec54a791ca02090e0799214770;hpb=bcd8aec4ff66a0f27b46d47df49e184da57a68b0 diff --git a/src/basic/locale-util.h b/src/basic/locale-util.h index 353b7845f..0630a034a 100644 --- a/src/basic/locale-util.h +++ b/src/basic/locale-util.h @@ -67,7 +67,7 @@ typedef enum { _SPECIAL_GLYPH_MAX } SpecialGlyph; -const char *special_glyph(SpecialGlyph code); +const char *special_glyph(SpecialGlyph code) _const_; const char* locale_variable_to_string(LocaleVariable i) _const_; LocaleVariable locale_variable_from_string(const char *s) _pure_;