aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config/backends/backend.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-04-30 10:23:01 +0000
committerMartin Willi <martin@strongswan.org>2007-04-30 10:23:01 +0000
commit0ccb275a93488b46434572e0192d0d7bee2b5db3 (patch)
tree8fb614d530fb9954d72d61c3c33bb53593cb84a6 /src/charon/config/backends/backend.h
parent5fc278edf3795ce7eb2ff11195797f481ede0d77 (diff)
downloadstrongswan-0ccb275a93488b46434572e0192d0d7bee2b5db3.tar.bz2
strongswan-0ccb275a93488b46434572e0192d0d7bee2b5db3.tar.xz
added more API documentation to backends/interfaces
Diffstat (limited to 'src/charon/config/backends/backend.h')
-rw-r--r--src/charon/config/backends/backend.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charon/config/backends/backend.h b/src/charon/config/backends/backend.h
index 5f9543028..14ab215e8 100644
--- a/src/charon/config/backends/backend.h
+++ b/src/charon/config/backends/backend.h
@@ -33,12 +33,12 @@ typedef struct backend_t backend_t;
/**
* @brief The interface for a configuration backend.
*
- * A configuration backend is registered in the cfg_store. It does the actual
- * configuration lookup for the method it implements. See cfg_store_t for
+ * A configuration backend is loaded by the backend_manager. It does the actual
+ * configuration lookup for the method it implements. See backend_manager_t for
* more information.
*
* @b Constructors:
- * - none, use implementations of backend_t.
+ * - implementations constructors
*
* @ingroup backends
*/