mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Change type of unixoid_environment_block to match tor_spawn_background's arg
This commit is contained in:
parent
d37a1ec8c6
commit
340d906419
@ -386,8 +386,11 @@ struct process_environment_t {
|
||||
* NUL-terminated strings of the form "NAME=VALUE". */
|
||||
char *windows_environment_block;
|
||||
/** A pointer to a NULL-terminated array of pointers to
|
||||
* NUL-terminated strings of the form "NAME=VALUE". */
|
||||
char **unixoid_environment_block;
|
||||
* NUL-terminated strings of the form "NAME=VALUE".
|
||||
*
|
||||
* XXXX This should have type char **, but tor_spawn_background's
|
||||
* prototype is incorrect. */
|
||||
const char **unixoid_environment_block;
|
||||
};
|
||||
typedef struct process_environment_t process_environment_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user