chiark / gitweb /
networkd: add options to bridge (#4051)
[elogind.git] / src / shared / conf-parser.c
index 8e6fffe1876addb2b85490761d82513293f0c46f..60da8ca8dce49f5e6d23686f5908ef6e280e2bb7 100644 (file)
@@ -459,6 +459,7 @@ int config_parse_many(const char *conf_file,
 
 DEFINE_PARSER(int, int, safe_atoi);
 DEFINE_PARSER(long, long, safe_atoli);
+DEFINE_PARSER(uint16, uint16_t, safe_atou16);
 DEFINE_PARSER(uint32, uint32_t, safe_atou32);
 DEFINE_PARSER(uint64, uint64_t, safe_atou64);
 DEFINE_PARSER(unsigned, unsigned, safe_atou);