X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fber_int.c;h=a05c240f8ea08e8a16fd62047ea36e581f4d4bce;hp=7b1aba81cc30502b34b3ef314b68c01f12618864;hb=4c176312acdc3444c9afc820f76a393e64668e52;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9 diff --git a/src/ber_int.c b/src/ber_int.c index 7b1aba8..a05c240 100644 --- a/src/ber_int.c +++ b/src/ber_int.c @@ -1,10 +1,18 @@ /* - * Copyright (c) 1995-2003, Index Data + * Copyright (C) 1995-2005, Index Data ApS * 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.3 2005-01-15 19:47:11 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