comparison stream/freesdp/common.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 64d82a45a05d
children 08a90b0e44e1
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
125 cases such as NULL pointers. */ 125 cases such as NULL pointers. */
126 FSDPE_BUFFER_OVERFLOW 126 FSDPE_BUFFER_OVERFLOW
127 } fsdp_error_t; 127 } fsdp_error_t;
128 128
129 /** 129 /**
130 * @short Type of network 130 * @short Type of network
131 * 131 *
132 * Initially, SDP defines "Internet". New network types may be 132 * Initially, SDP defines "Internet". New network types may be
133 * registered with IANA. However, the number of types is expected to 133 * registered with IANA. However, the number of types is expected to
134 * be small and rarely extended. In addition, every new network type 134 * be small and rarely extended. In addition, every new network type
135 * requires at least one new address type. 135 * requires at least one new address type.
152 FSDP_ADDRESS_TYPE_IPV4, /**< IP version 4 */ 152 FSDP_ADDRESS_TYPE_IPV4, /**< IP version 4 */
153 FSDP_ADDRESS_TYPE_IPV6 /**< IP version 6 */ 153 FSDP_ADDRESS_TYPE_IPV6 /**< IP version 6 */
154 } fsdp_address_type_t; 154 } fsdp_address_type_t;
155 155
156 /** 156 /**
157 * @short Type of bandwith modifiers 157 * @short Type of bandwith modifiers
158 * 158 *
159 * Bandwidth modifiers specify the meaning of the bandwidth 159 * Bandwidth modifiers specify the meaning of the bandwidth
160 * value. Initially "Conference Total" and "Application Specific" are 160 * value. Initially "Conference Total" and "Application Specific" are
161 * defined. Both use kilobits as bandwidth unit. "Conference Total" 161 * defined. Both use kilobits as bandwidth unit. "Conference Total"
162 * specifies that the bandwidth value is a proposed upper limit to the 162 * specifies that the bandwidth value is a proposed upper limit to the