From 335a4998e322ed4fe05558b75dae3244ca6d7c0d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 22 Mar 2015 17:51:09 +0100 Subject: Add missing Doxygen comments --- src/shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shell.c') diff --git a/src/shell.c b/src/shell.c index 3a617be..b678ba5 100644 --- a/src/shell.c +++ b/src/shell.c @@ -75,6 +75,7 @@ void fastd_shell_env_free(fastd_shell_env_t *env) { free(env); } +/** Adds an interface name to a shell environment */ void fastd_shell_env_set_iface(fastd_shell_env_t *env, const fastd_iface_t *iface) { if (iface) fastd_shell_env_set(env, "INTERFACE", iface->name); -- cgit v1.2.3