From bee2be6d440c1565ce495cb8ff7f7f2056259329 Mon Sep 17 00:00:00 2001
From: Tristan Gingold <tgingold@free.fr>
Date: Wed, 14 Aug 2019 09:59:47 +0200
Subject: ghdlsynth: declare init_for_ghdl_synth.

---
 src/synth/ghdlsynth.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/synth/ghdlsynth.h b/src/synth/ghdlsynth.h
index d8b5ec784..9b8a55221 100644
--- a/src/synth/ghdlsynth.h
+++ b/src/synth/ghdlsynth.h
@@ -128,6 +128,9 @@ namespace GhdlSynth {
   //  Disp ghdl configuration.
   extern "C" void ghdlcomp__disp_config (void);
 
-  // Initialize and finalize the whole library.
+  // Initialize the whole library.
   extern "C" void libghdl_init (void);
+
+  // More initialization for synthesis.
+  extern "C" void ghdlsynth__init_for_ghdl_synth (void);
 };
-- 
cgit v1.2.3