summaryrefslogtreecommitdiffstats
path: root/src/shell.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-22 17:51:09 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-22 17:51:09 +0100
commit335a4998e322ed4fe05558b75dae3244ca6d7c0d (patch)
tree7f51938e2f9f66d7d97a577e5ef612a700a42203 /src/shell.c
parent17a0a04f09161f3e79eb3143bb0d36a89061b255 (diff)
downloadfastd-335a4998e322ed4fe05558b75dae3244ca6d7c0d.tar
fastd-335a4998e322ed4fe05558b75dae3244ca6d7c0d.zip
Add missing Doxygen comments
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c1
1 files changed, 1 insertions, 0 deletions
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);