-- The Ada Milter API test milter -- Copyright 2012 B. Persson, Bjorn@Rombobeorn.se -- -- This program is free software: you can redistribute it and/or modify it -- under the terms of the GNU General Public License version 3, as published -- by the Free Software Foundation. with Ada.Command_Line; package Test_Milter_Package is function Run return Ada.Command_Line.Exit_Status; end Test_Milter_Package;