]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
added parameter descriptions
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 19 Feb 2013 06:44:57 +0000 (07:44 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 19 Feb 2013 06:44:57 +0000 (07:44 +0100)
src/libtnccs/tnc/tnccs/tnccs.h

index 81d393684a23f7b9773fb6e5c4709d704fd30942..fd3e5cabbf4109bef50f47671164ca9131c3f4df 100644 (file)
@@ -77,22 +77,29 @@ struct tnccs_t {
 
        /**
         * Get underlying TNC IF-T transport protocol
+        *
+        * @return                              TNC IF-T transport protocol
         */
        tnc_ift_type_t (*get_transport)(tnccs_t *this);
 
        /**
         * Set underlying TNC IF-T transport protocol
-
+        *
+        * @param transport             TNC IF-T transport protocol
         */
        void (*set_transport)(tnccs_t *this, tnc_ift_type_t transport);
 
        /**
         * Get type of TNC Client authentication
+        *
+        * @return                              TNC Client authentication type
         */
        u_int32_t (*get_auth_type)(tnccs_t *this);
 
        /**
         * Set type of TNC Client authentication
+        *
+        * @param auth_type             TNC Client authentication type
         */
        void (*set_auth_type)(tnccs_t *this, u_int32_t auth_type);