From f6e36cf6d78ce8c5bed2e6d698928a89a9fbcc6f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 22 Mar 2015 03:10:55 +0100 Subject: First work towards multi-interface support --- src/shell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shell.h') diff --git a/src/shell.h b/src/shell.h index d39bcef..57b09e6 100644 --- a/src/shell.h +++ b/src/shell.h @@ -71,6 +71,7 @@ static inline bool fastd_shell_command_isset(const fastd_shell_command_t *comman fastd_shell_env_t * fastd_shell_env_alloc(void); void fastd_shell_env_set(fastd_shell_env_t *env, const char *key, const char *value); +void fastd_shell_env_set_iface(fastd_shell_env_t *env, const fastd_iface_t *iface); void fastd_shell_env_free(fastd_shell_env_t *env); bool fastd_shell_command_exec_sync(const fastd_shell_command_t *command, const fastd_shell_env_t *env, int *ret); -- cgit v1.2.3