aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdllocal.ads')
-rw-r--r--src/ghdldrv/ghdllocal.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdllocal.ads b/src/ghdldrv/ghdllocal.ads
index b744950a6..43f2de8cb 100644
--- a/src/ghdldrv/ghdllocal.ads
+++ b/src/ghdldrv/ghdllocal.ads
@@ -20,9 +20,12 @@ with Ghdlmain; use Ghdlmain;
with Iirs; use Iirs;
package Ghdllocal is
+ -- Init procedure for the functionnal interface.
+ procedure Compile_Init;
+
type Command_Lib is abstract new Command_Type with null record;
- -- Setup GHDL.
+ -- Setup GHDL. Same as Compile_Init.
procedure Init (Cmd : in out Command_Lib);
-- Handle: