diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-06 16:11:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-06 16:11:42 +0200 |
commit | 1ca24bba14b56f3dc91f3c951e9861fce1d3dd73 (patch) | |
tree | 0398d0c9d661abb79a330a32051437d491e9e47d /src/mds-server.h | |
parent | move config.h into libmdsserver (diff) | |
download | mds-1ca24bba14b56f3dc91f3c951e9861fce1d3dd73.tar.gz mds-1ca24bba14b56f3dc91f3c951e9861fce1d3dd73.tar.bz2 mds-1ca24bba14b56f3dc91f3c951e9861fce1d3dd73.tar.xz |
add util.c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-server.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mds-server.h b/src/mds-server.h index 67e97f6..609d7cf 100644 --- a/src/mds-server.h +++ b/src/mds-server.h @@ -67,14 +67,6 @@ typedef struct client void* slave_loop(void* data); /** - * Read an environment variable, but handle it as undefined if empty - * - * @param var The environment variable's name - * @return The environment variable's value, `NULL` if empty or not defined - */ -char* getenv_nonempty(const char* var); - -/** * Exec into the mdsinitrc script * * @param args The arguments to the child process |