X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fber_bool.c;h=8d74df957e88cec29d362c65a01a36cde79804a6;hb=e07c9107593d131eeb0f57cfd908e0e01be37010;hp=2e4cca3581f31836b6fdd22c792610e5447f4135;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/ber_bool.c b/src/ber_bool.c index 2e4cca3..8d74df9 100644 --- a/src/ber_bool.c +++ b/src/ber_bool.c @@ -1,9 +1,16 @@ /* - * 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_bool.c,v 1.1 2003-10-27 12:21:30 adam Exp $ + * $Id: ber_bool.c,v 1.4 2005-06-25 15:46:03 adam Exp $ + */ + +/** + * \file ber_bool.c + * \brief Implements BER BOOLEAN encoding and decoding + * + * This source file implements BER encoding and decoding of + * the BOOLEAN type. */ #if HAVE_CONFIG_H @@ -51,3 +58,11 @@ int ber_boolean(ODR o, int *val) default: odr_seterror(o, OOTHER, 11); return 0; } } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +