~ubuntu-branches/ubuntu/vivid/asn1c/vivid

« back to all changes in this revision

Viewing changes to skeletons/ISO646String.c

  • Committer: Bazaar Package Importer
  • Author(s): W. Borgert
  • Date: 2006-09-23 13:50:05 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060923135005-rmay0d69e5vhunai
* New build, forgot to separate sources/diff.
* New release (closes: #327621).

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        OCTET_STRING_encode_der,
23
23
        OCTET_STRING_decode_xer_utf8,
24
24
        OCTET_STRING_encode_xer_utf8,
 
25
        0, 0,
25
26
        0, /* Use generic outmost tag fetcher */
26
27
        asn_DEF_ISO646String_tags,
27
28
        sizeof(asn_DEF_ISO646String_tags)
29
30
        asn_DEF_ISO646String_tags,
30
31
        sizeof(asn_DEF_ISO646String_tags)
31
32
          / sizeof(asn_DEF_ISO646String_tags[0]),
 
33
        0,      /* No PER visible constraints */
32
34
        0, 0,   /* No members */
33
35
        0       /* No specifics */
34
36
};