diff options
author | Björn Persson <bjorn@rombobjörn.se> | 2013-02-17 17:54:35 +0100 |
---|---|---|
committer | Björn Persson <bjorn@rombobjörn.se> | 2013-02-17 17:54:35 +0100 |
commit | ba9cf13e6dfa85bdb0f99295cbf578f4493ccf05 (patch) | |
tree | 161bba0b22eb07a6861cc9634d5e6ede14e87e42 /milter_api-start_wrapping.off.adb | |
parent | 4766a7a7a2f23ee10560e1a2a177eec8931d974a (diff) |
Made thread wrapping entirely library-controlled.
Diffstat (limited to 'milter_api-start_wrapping.off.adb')
-rw-r--r-- | milter_api-start_wrapping.off.adb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/milter_api-start_wrapping.off.adb b/milter_api-start_wrapping.off.adb new file mode 100644 index 0000000..c93b438 --- /dev/null +++ b/milter_api-start_wrapping.off.adb @@ -0,0 +1,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; |