X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_int.c;h=ef1a0e03591248d1c44791a2af2f091117ada8e0;hp=7b1aba81cc30502b34b3ef314b68c01f12618864;hb=05c274ef315384faafcc5900c17468f0ea2474e6;hpb=0420d74c15267c4cb7903503b51937f836096b7a diff --git a/src/ber_int.c b/src/ber_int.c index 7b1aba8..ef1a0e0 100644 --- a/src/ber_int.c +++ b/src/ber_int.c @@ -1,10 +1,18 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (c) 1995-2004, Index Data * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss * - * $Id: ber_int.c,v 1.1 2003-10-27 12:21:30 adam Exp $ + * $Id: ber_int.c,v 1.2 2004-10-15 00:18:59 adam Exp $ */ + +/** + * \file ber_int.c + * \brief Implements BER INTEGER encoding and decoding. + * + * This source file implements BER encoding and decoding of + * the INTEGER type. + */ + #if HAVE_CONFIG_H #include #endif