chiark / gitweb /
execute: make flags_fds() parameters const
[elogind.git] / execute.h
index d2ac4a82e006cbc1cabab6d57f86c5bf375d6ac9..0ed3ecd7809e379abe1818526535e02e3e8348c8 100644 (file)
--- a/execute.h
+++ b/execute.h
@@ -164,7 +164,7 @@ typedef enum ExitStatus {
 
 int exec_spawn(ExecCommand *command,
                const ExecContext *context,
-               int *fds, unsigned n_fds,
+               int fds[], unsigned n_fds,
                bool apply_permissions,
                bool apply_chroot,
                bool confirm_spawn,