blob: 8e9a21b77b28861230aa1d25272b3280068f1ff4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
-- 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;
|