]> git.stg.codes - stg.git/blob - stglibs/smux.lib/include/stg/constr_SEQUENCE_OF.h
Merge branch 'stg-2.409-radius'
[stg.git] / stglibs / smux.lib / include / stg / constr_SEQUENCE_OF.h
1 /*-
2  * Copyright (c) 2003, 2005 Lev Walkin <vlm@lionet.info>. All rights reserved.
3  * Redistribution and modifications are permitted subject to BSD license.
4  */
5 #ifndef _CONSTR_SEQUENCE_OF_H_
6 #define _CONSTR_SEQUENCE_OF_H_
7
8 #include <asn_application.h>
9 #include <constr_SET_OF.h>              /* Implemented using SET OF */
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 /*
16  * A set specialized functions dealing with the SEQUENCE OF type.
17  * Generally implemented using SET OF.
18  */
19 #define SEQUENCE_OF_free        SET_OF_free
20 #define SEQUENCE_OF_print       SET_OF_print
21 #define SEQUENCE_OF_constraint  SET_OF_constraint
22 #define SEQUENCE_OF_decode_ber  SET_OF_decode_ber
23 #define SEQUENCE_OF_decode_xer  SET_OF_decode_xer
24 #define SEQUENCE_OF_decode_uper SET_OF_decode_uper
25 der_type_encoder_f SEQUENCE_OF_encode_der;
26 xer_type_encoder_f SEQUENCE_OF_encode_xer;
27 per_type_encoder_f SEQUENCE_OF_encode_uper;
28
29 #ifdef __cplusplus
30 }
31 #endif
32
33 #endif  /* _CONSTR_SET_OF_H_ */