summaryrefslogtreecommitdiff
path: root/src/helper/configuration.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-06-27 06:20:41 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-06-27 06:20:41 +0000
commita78762e786bd21d6fc855e23bf87036369582316 (patch)
tree1f614b7c470ca987acafa17efb20818d30fb48e4 /src/helper/configuration.h
parenta61fe67b78f6436703a51242e03d5c115ea27cf9 (diff)
downloadopenocd+libswd-a78762e786bd21d6fc855e23bf87036369582316.tar.gz
openocd+libswd-a78762e786bd21d6fc855e23bf87036369582316.tar.bz2
openocd+libswd-a78762e786bd21d6fc855e23bf87036369582316.tar.xz
openocd+libswd-a78762e786bd21d6fc855e23bf87036369582316.zip
export find_file function
git-svn-id: svn://svn.berlios.de/openocd/trunk@732 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/configuration.h')
-rw-r--r--src/helper/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/configuration.h b/src/helper/configuration.h
index ff802758..d2e30e77 100644
--- a/src/helper/configuration.h
+++ b/src/helper/configuration.h
@@ -29,5 +29,6 @@ extern void add_config_file_name (const char *cfg);
extern void add_script_search_dir (const char *dir);
extern int configuration_output_handler(struct command_context_s *context, char* line);
extern FILE *open_file_from_path (char *file, char *mode);
+extern char *find_file(char *name);
#endif /* CONFIGURATION_H */