The unified diff between revisions [f15c05d1..] and [b3f30c54..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/config.h'

#
#
# patch "include/config.h"
#  from [1f8bab46263a80c5eef84f1289b3db99e664f7f5]
#    to [277482d0f2281d9f6fceecda377d5b64b2696de7]
#
============================================================
--- include/config.h	1f8bab46263a80c5eef84f1289b3db99e664f7f5
+++ include/config.h	277482d0f2281d9f6fceecda377d5b64b2696de7
@@ -1,6 +1,6 @@
 /*************************************************
 * Configuration Handling Header File             *
-* (C) 1999-2007 Jack Lloyd                       *
+* (C) 1999-2008 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_POLICY_CONF_H__
@@ -8,7 +8,6 @@

 #include <botan/mutex.h>
 #include <string>
-#include <vector>
 #include <map>

 namespace Botan {
@@ -36,8 +35,6 @@ class BOTAN_DLL Config

       void add_alias(const std::string&, const std::string&);
       std::string deref_alias(const std::string&) const;
-
-      void load_inifile(const std::string&);
    private:
       Config(const Config&) {}
       Config& operator=(const Config&) { return (*this); }