diff options
| author | lijia <[email protected]> | 2021-05-28 14:44:07 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2021-05-28 14:44:07 +0800 |
| commit | c561d3223d4c4f86291f747b50548853935fe0b8 (patch) | |
| tree | fe86481cc2c8c4c9dc8f1c29e1d3cec86ce3c495 /include/private/stream_internal.h | |
| parent | 516167bc3197f74fbc09aacca58b6b478b6ded54 (diff) | |
TSG-6222, 增加指定配置目录参数-c, -C的区别.
Diffstat (limited to 'include/private/stream_internal.h')
| -rw-r--r-- | include/private/stream_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/stream_internal.h b/include/private/stream_internal.h index d170dbb..0620b16 100644 --- a/include/private/stream_internal.h +++ b/include/private/stream_internal.h @@ -400,6 +400,7 @@ int MESA_mkdir_p(const char *pathname, mode_t mode); int sapp_get_secondary_file_path(void); void sapp_update_config_root_dir(const char *cfg_root_dir); void sapp_update_data_root_dir(const char *data_root_dir); +int sapp_is_absolute_path(const char *filename); #ifdef __cplusplus |
