aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-server.h')
-rw-r--r--src/mds-server.h8
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