diff options
| author | Vincent Richard <[email protected]> | 2004-12-30 09:32:32 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-30 09:32:32 +0000 |
| commit | da55bd2c267934d0d8f44d9d061a3db9b1ea203f (patch) | |
| tree | 1be91aa618e99f4243e6b473d25f702229c38f2d /src | |
| parent | Renamed files in POSIX platform handler. (diff) | |
| download | vmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.tar.gz vmime-da55bd2c267934d0d8f44d9d061a3db9b1ea203f.zip | |
Autotools and libtool support.
Diffstat (limited to 'src')
| -rw-r--r-- | src/base.cpp | 6 | ||||
| -rw-r--r-- | src/messaging/serviceFactory.cpp | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/base.cpp b/src/base.cpp index 9c9d73de..05162e70 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -75,6 +75,12 @@ const string libname() { return (VMIME_PACKAGE); } */ const string libversion() { return (VMIME_VERSION " (" __DATE__ " " __TIME__ ")"); } +/** Return the library API version (eg. "6:1:6"). + * + * @return library API version + */ +const string libapi() { return (VMIME_API); } + // New line sequence to be used when folding header fields. const string NEW_LINE_SEQUENCE = "\r\n "; diff --git a/src/messaging/serviceFactory.cpp b/src/messaging/serviceFactory.cpp index 31f28b66..a444ac1a 100644 --- a/src/messaging/serviceFactory.cpp +++ b/src/messaging/serviceFactory.cpp @@ -23,7 +23,7 @@ #include "vmime/exception.hpp" #include "vmime/config.hpp" -#include "builtinServices.inl" +#include "src/messaging/builtinServices.inl" namespace vmime { |
