X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Flocale-util.h;h=0630a034ab475f48552062c43d9567c9b2a42f7c;hb=6414babd8b4554e19f9ac7826cb7e82ef6b3435c;hp=353b7845fdfcded6fc1bcb64d04925188257f6ec;hpb=bcd8aec4ff66a0f27b46d47df49e184da57a68b0;p=elogind.git 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_;