aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/lib/ecore_file/ecore_file_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/src/lib/ecore_file/ecore_file_path.c')
-rw-r--r--libraries/ecore/src/lib/ecore_file/ecore_file_path.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/ecore/src/lib/ecore_file/ecore_file_path.c b/libraries/ecore/src/lib/ecore_file/ecore_file_path.c
index ade3bc6..f5294b7 100644
--- a/libraries/ecore/src/lib/ecore_file/ecore_file_path.c
+++ b/libraries/ecore/src/lib/ecore_file/ecore_file_path.c
@@ -20,6 +20,7 @@ extern "C"
20void *alloca (size_t); 20void *alloca (size_t);
21#endif 21#endif
22 22
23#include <stdlib.h>
23#include <stdio.h> 24#include <stdio.h>
24#include <string.h> 25#include <string.h>
25 26
@@ -85,7 +86,7 @@ _ecore_file_path_from_env(const char *env)
85/** 86/**
86 * @brief Check if the given directory is in PATH. 87 * @brief Check if the given directory is in PATH.
87 * 88 *
88 * @param The name of the directory to search in PATH. 89 * @param in_dir The name of the directory to search in PATH.
89 * @return EINA_TRUE if the directory exist in PATH, EINA_FALSE otherwise. 90 * @return EINA_TRUE if the directory exist in PATH, EINA_FALSE otherwise.
90 * 91 *
91 * This function checks if @p in_dir is in the environment variable 92 * This function checks if @p in_dir is in the environment variable