aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sender.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-10 09:35:28 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-10 09:35:28 +0000
commitc3dc6f1aae9905f0c5e351ff5227b682cfd6eca1 (patch)
tree2b6dd140fa17a05df1e685cbca19a59926d8e13e /Source/charon/sender.h
parentc7748338f2f83bdc0b19894366de668c22f74e7c (diff)
downloadstrongswan-c3dc6f1aae9905f0c5e351ff5227b682cfd6eca1.tar.bz2
strongswan-c3dc6f1aae9905f0c5e351ff5227b682cfd6eca1.tar.xz
objects in source documentation renamed from xy-object to xy object
Diffstat (limited to 'Source/charon/sender.h')
-rw-r--r--Source/charon/sender.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/charon/sender.h b/Source/charon/sender.h
index 57e36db8d..c018ba2a3 100644
--- a/Source/charon/sender.h
+++ b/Source/charon/sender.h
@@ -1,8 +1,8 @@
/**
* @file sender.h
- *
- * @brief Implements the Sender Thread encapsulated in the sender_t-object
- *
+ *
+ * @brief Implements the Sender Thread encapsulated in the sender_t object
+ *
*/
/*
@@ -30,11 +30,11 @@
*/
typedef struct sender_s sender_t;
-struct sender_s {
+struct sender_s {
/**
* @brief Destroys a sender object
- *
+ *
* @param sender sender object
* @return SUCCESSFUL if succeeded, FAILED otherwise
*/