Skip to content

Commit

Permalink
feat: add more codes for standalone testing
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Oct 2, 2024
1 parent 0e0af48 commit 882f1c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions core/include_internal/ten_runtime/common/base_dir.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include "ten_utils/lib/string.h"

TEN_RUNTIME_PRIVATE_API void ten_find_base_dir(ten_string_t *start_path,
const char *type,
const char *name,
ten_string_t **base_dir);
TEN_RUNTIME_API void ten_find_base_dir(ten_string_t *start_path,
const char *type, const char *name,
ten_string_t **base_dir);

0 comments on commit 882f1c4

Please sign in to comment.