summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/search-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/src/search-path.h')
-rw-r--r--gettext-tools/src/search-path.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/src/search-path.h b/gettext-tools/src/search-path.h
index fc11d0c..6587d23 100644
--- a/gettext-tools/src/search-path.h
+++ b/gettext-tools/src/search-path.h
@@ -25,9 +25,9 @@ extern "C" {
/* Find the standard search path for data files. Returns a NULL
- terminated list of strings. If NAME is not NULL, append it to each
- directory. Note that it does not resolve relocated pathnames. */
-extern char **get_search_path (const char *name);
+ terminated list of strings. If SUB is not NULL, append it to each
+ directory. */
+extern char **get_search_path (const char *sub);
#ifdef __cplusplus