summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/command_line_arguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/src/command_line_arguments.h')
-rw-r--r--other/bootstrap_daemon/src/command_line_arguments.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/other/bootstrap_daemon/src/command_line_arguments.h b/other/bootstrap_daemon/src/command_line_arguments.h
index c73cd15e..1d30f428 100644
--- a/other/bootstrap_daemon/src/command_line_arguments.h
+++ b/other/bootstrap_daemon/src/command_line_arguments.h
@@ -37,6 +37,7 @@
37 * @param log_backend Sets to the provided by the user log backend option. 37 * @param log_backend Sets to the provided by the user log backend option.
38 * @param run_in_foreground Sets to the provided by the user foreground option. 38 * @param run_in_foreground Sets to the provided by the user foreground option.
39 */ 39 */
40void handle_command_line_arguments(int argc, char *argv[], char **cfg_file_path, LOG_BACKEND *log_backend, bool *run_in_foreground); 40void handle_command_line_arguments(int argc, char *argv[], char **cfg_file_path, LOG_BACKEND *log_backend,
41 bool *run_in_foreground);
41 42
42#endif // COMMAND_LINE_ARGUMENTS_H 43#endif // COMMAND_LINE_ARGUMENTS_H