Preparing network protocol for rejoin.

This commit is contained in:
lotodore
2011-07-16 14:52:45 +00:00
parent 711091bcd9
commit e109c0037d
303 changed files with 8477 additions and 7528 deletions
+13 -13
View File
@@ -19,20 +19,20 @@
extern "C" {
#endif
/* AuthServerVerification */
typedef struct AuthServerVerification {
OCTET_STRING_t serverVerification;
/*
* This type is extensible,
* possible extensions are below.
*/
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} AuthServerVerification_t;
/* AuthServerVerification */
typedef struct AuthServerVerification {
OCTET_STRING_t serverVerification;
/*
* This type is extensible,
* possible extensions are below.
*/
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_AuthServerVerification;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} AuthServerVerification_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_AuthServerVerification;
#ifdef __cplusplus
}