summaryrefslogtreecommitdiffstats
path: root/src/shared/conf-parser.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@gmail.com>2020-05-20 10:44:33 +0200
committerTobias Hunger <tobias.hunger@gmail.com>2020-05-25 15:48:59 +0200
commit129635333d6c12ef582addb9f011f40192c81fe5 (patch)
treea8a61e4fec8bf7279920210cc7d8dd0f94d57546 /src/shared/conf-parser.h
parentupdate TODO (diff)
downloadsystemd-129635333d6c12ef582addb9f011f40192c81fe5.tar.xz
systemd-129635333d6c12ef582addb9f011f40192c81fe5.zip
repart: Add UUID option to config files
Add a option to provide a UUID for the partition that will get created and document that.
Diffstat (limited to 'src/shared/conf-parser.h')
-rw-r--r--src/shared/conf-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h
index 59e74590ca..82c692af10 100644
--- a/src/shared/conf-parser.h
+++ b/src/shared/conf-parser.h
@@ -122,6 +122,7 @@ CONFIG_PARSER_PROTOTYPE(config_parse_iec_size);
CONFIG_PARSER_PROTOTYPE(config_parse_si_uint64);
CONFIG_PARSER_PROTOTYPE(config_parse_iec_uint64);
CONFIG_PARSER_PROTOTYPE(config_parse_bool);
+CONFIG_PARSER_PROTOTYPE(config_parse_id128);
CONFIG_PARSER_PROTOTYPE(config_parse_tristate);
CONFIG_PARSER_PROTOTYPE(config_parse_string);
CONFIG_PARSER_PROTOTYPE(config_parse_path);