blob: c93b4384129a8449e1bc2ec980e0c64e5baf6012 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- Ada Milter API, a binding to Libmilter, the Sendmail mail filtering API
-- Copyright 2013 B. Persson, Bjorn@Rombobeorn.se
--
-- This library 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.
-- Thread wrapping is disabled when this file is used, so Start_Wrapping does
-- nothing.
separate(Milter_API)
procedure Start_Wrapping is
begin
null;
end Start_Wrapping;
|