diff options
author | Martin Willi <martin@revosec.ch> | 2015-03-19 11:24:31 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2015-03-19 11:24:31 +0100 |
commit | fd6cc7f243c2e627a7264c916bb15e2f22484071 (patch) | |
tree | 4427aa323de14a887ca3e4db770c2df178e3aa63 /src/libcharon/plugins/attr_sql/attr_sql_plugin.h | |
parent | 31be582399e255b785010c59b626453f909b2648 (diff) | |
download | strongswan-fd6cc7f243c2e627a7264c916bb15e2f22484071.tar.bz2 strongswan-fd6cc7f243c2e627a7264c916bb15e2f22484071.tar.xz |
attr-sql: Rename sql_attribute_t to attr_sql_provider_t
As the plugin has its origins in the sql plugin, it still uses the naming
scheme for the attribute provider implementation. Rename the class to better
match the naming scheme we use in any other plugin
Diffstat (limited to 'src/libcharon/plugins/attr_sql/attr_sql_plugin.h')
-rw-r--r-- | src/libcharon/plugins/attr_sql/attr_sql_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/attr_sql/attr_sql_plugin.h b/src/libcharon/plugins/attr_sql/attr_sql_plugin.h index ef71492f3..b6b04ccc0 100644 --- a/src/libcharon/plugins/attr_sql/attr_sql_plugin.h +++ b/src/libcharon/plugins/attr_sql/attr_sql_plugin.h @@ -17,7 +17,7 @@ * @defgroup attr_sql attr_sql * @ingroup cplugins * - * @defgroup sql_plugin sql_plugin + * @defgroup attr_sql_plugin attr_sql_plugin * @{ @ingroup attr_sql */ |