X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcasn1%2Fsilcber.h;fp=lib%2Fsilcasn1%2Fsilcber.h;h=d4df8974ac35f5b8c5460008d95e8ad53dbcdf31;hp=8c0ec6942f7bd9e94f0cfe616d0bf821327f4f15;hb=9b499de7f8fdbb24c32b8a0a84bb2fbbcdab782a;hpb=70e318cb277c68c299be5132b79c63d29f25114f diff --git a/lib/silcasn1/silcber.h b/lib/silcasn1/silcber.h index 8c0ec694..d4df8974 100644 --- a/lib/silcasn1/silcber.h +++ b/lib/silcasn1/silcber.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2003 - 2007 Pekka Riikonen + Copyright (C) 2003 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ #ifndef SILCBER_H #define SILCBER_H -/****d* silcasn1/SilcBerAPI/SilcBerClass +/****d* silcasn1/SilcBerClass * * NAME * @@ -54,7 +54,7 @@ typedef enum { } SilcBerClass; /***/ -/****d* silcasn1/SilcBerAPI/SilcBerEncoding +/****d* silcasn1/SilcBerEncoding * * NAME * @@ -71,7 +71,7 @@ typedef enum { } SilcBerEncoding; /***/ -/****f* silcasn1/SilcBerAPI/silc_ber_encode +/****f* silcasn1/silc_ber_encode * * SYNOPSIS * @@ -95,7 +95,7 @@ SilcBool silc_ber_encode(SilcBuffer ber, SilcBerClass ber_class, const unsigned char *data, SilcUInt32 data_len, SilcBool indefinite); -/****f* silcasn1/SilcBerAPI/silc_ber_decode +/****f* silcasn1/silc_ber_decode * * SYNOPSIS * @@ -123,7 +123,7 @@ SilcBool silc_ber_decode(SilcBuffer ber, SilcBerClass *ber_class, const unsigned char **data, SilcUInt32 *data_len, SilcBool *indefinite, SilcUInt32 *identifier_len); -/****f* silcasn1/SilcBerAPI/silc_ber_encoded_len +/****f* silcasn1/silc_ber_encoded_len * * SYNOPSIS *