Skip to content
Snippets Groups Projects
Commit 8221ad55 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'bugs-4100' into 'master'

extern c def

See merge request !109
parents 9b87bbfa b8295fb9
No related branches found
No related tags found
2 merge requests!110Master,!109extern c def
Pipeline #3809 failed with stage
in 16 seconds
......@@ -66,6 +66,10 @@ typedef struct dap_list_name_directories{
* @dir_path directory pathname
* @return true, if the directory path contains only ASCII symbols
*/
#ifdef __cplusplus
extern "C" {
#endif
bool dap_valid_ascii_symbols(const char *a_dir_path);
/**
......@@ -111,4 +115,8 @@ dap_list_name_directories_t *dap_get_subs(const char *a_path_name);
*/
bool dap_file_get_contents(const char *filename, char **contents, size_t *length);
#ifdef __cplusplus
}
#endif
#endif // _FILE_UTILS_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment