summaryrefslogtreecommitdiff
path: root/src/core/load-fragment.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-07-23 08:49:52 +0200
committerLennart Poettering <lennart@poettering.net>2020-08-25 19:45:35 +0200
commitbb0c0d6f29236645c8beb7ba662b2c4e7b241407 (patch)
tree78ccb09214a0fababc93b369f1910f5300baf98f /src/core/load-fragment.h
parent9db59d928356e63f0d06bdcc528e579b92c20b89 (diff)
downloadsystemd-bb0c0d6f29236645c8beb7ba662b2c4e7b241407.tar.gz
core: add credentials logic
Fixes: #15778 #16060
Diffstat (limited to 'src/core/load-fragment.h')
-rw-r--r--src/core/load-fragment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h
index ae134610b1..e90953b80f 100644
--- a/src/core/load-fragment.h
+++ b/src/core/load-fragment.h
@@ -90,6 +90,8 @@ CONFIG_PARSER_PROTOTYPE(config_parse_exec_smack_process_label);
CONFIG_PARSER_PROTOTYPE(config_parse_address_families);
CONFIG_PARSER_PROTOTYPE(config_parse_runtime_preserve_mode);
CONFIG_PARSER_PROTOTYPE(config_parse_exec_directories);
+CONFIG_PARSER_PROTOTYPE(config_parse_set_credential);
+CONFIG_PARSER_PROTOTYPE(config_parse_load_credential);
CONFIG_PARSER_PROTOTYPE(config_parse_set_status);
CONFIG_PARSER_PROTOTYPE(config_parse_namespace_path_strv);
CONFIG_PARSER_PROTOTYPE(config_parse_temporary_filesystems);