X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fconf-parser.c;h=438f1a02fa0c245170bd797756307ab639569d0b;hp=0f6bf85b0386809443bc3bdb3029b6445ea11ed1;hb=de8f3aa7dee9dbde1d44a62322ae3574db7cd6b0;hpb=bd7bf6b86506e336cff7cc6c391c94306049782d diff --git a/src/shared/conf-parser.c b/src/shared/conf-parser.c index 0f6bf85b0..438f1a02f 100644 --- a/src/shared/conf-parser.c +++ b/src/shared/conf-parser.c @@ -508,6 +508,7 @@ int config_parse_many( DEFINE_PARSER(int, int, safe_atoi); DEFINE_PARSER(long, long, safe_atoli); #if 0 /// UNNEEDED by elogind +DEFINE_PARSER(uint8, uint8_t, safe_atou8); DEFINE_PARSER(uint16, uint16_t, safe_atou16); DEFINE_PARSER(uint32, uint32_t, safe_atou32); #endif // 0