aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/libghdl/libghdl.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/libghdl/libghdl.ads')
-rw-r--r--src/vhdl/libghdl/libghdl.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/libghdl/libghdl.ads b/src/vhdl/libghdl/libghdl.ads
index dbc6b260e..c4edfb9a1 100644
--- a/src/vhdl/libghdl/libghdl.ads
+++ b/src/vhdl/libghdl/libghdl.ads
@@ -25,6 +25,9 @@ package Libghdl is
-- --ieee). Return 0 for success.
function Set_Option (Opt : Thin_String_Ptr; Len : Natural) return Integer;
+ -- Set the prefix (used to locate libraries).
+ procedure Set_Exec_Prefix (Prefix : Thin_String_Ptr; Len : Natural);
+
-- To be called before Analyze_File to initialize analysis.
procedure Analyze_Init;