Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit d45128c

Browse files
adeas31OpenModelica-Hudson
authored andcommitted
Expose the functions required by OMEncryption
Belonging to [master]: - #2923
1 parent c0983d2 commit d45128c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Compiler/runtime/systemimpl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535

3636
extern const char* System_modelicaPlatform();
3737
extern const char* System_dirname(const char* str);
38+
extern const char* System_realpath(const char *path);
39+
extern const char* System_stringReplace(const char* str, const char* source, const char* target);
3840
char* _replace(const char* source_str,
3941
const char* search_str,
4042
const char* replace_str);

0 commit comments

Comments
 (0)