aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlprint.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlprint.ads')
-rw-r--r--src/ghdldrv/ghdlprint.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlprint.ads b/src/ghdldrv/ghdlprint.ads
index 82c3e6072..18cf6d081 100644
--- a/src/ghdldrv/ghdlprint.ads
+++ b/src/ghdldrv/ghdlprint.ads
@@ -15,6 +15,11 @@
-- along with GCC; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
+
+with Iirs; use Iirs;
+
package Ghdlprint is
+ procedure Analyze_Design_File_Units (File : Iir_Design_File);
+
procedure Register_Commands;
end Ghdlprint;