X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_tag.c;h=9e4d31e3bf6dd3bd768abff4f4e9940ee47e1cc6;hp=8149f422a86e279e2cb4e6c18f0587c1b5061505;hb=05c274ef315384faafcc5900c17468f0ea2474e6;hpb=0420d74c15267c4cb7903503b51937f836096b7a diff --git a/src/ber_tag.c b/src/ber_tag.c index 8149f42..9e4d31e 100644 --- a/src/ber_tag.c +++ b/src/ber_tag.c @@ -2,7 +2,15 @@ * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. * - * $Id: ber_tag.c,v 1.2 2004-04-14 12:58:27 adam Exp $ + * $Id: ber_tag.c,v 1.3 2004-10-15 00:18:59 adam Exp $ + */ + +/** + * \file ber_tag.c + * \brief Implements BER tags encoding and decoding + * + * This source file implements BER encoding and decoding of + * the tags. */ #if HAVE_CONFIG_H #include