X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fber_int.c;h=ef1a0e03591248d1c44791a2af2f091117ada8e0;hb=5c3d2d2ab097e4bb59ba5718a396b020a2d302c0;hp=7b1aba81cc30502b34b3ef314b68c01f12618864;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git 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