SILC Crypto Toolkit 1.2 Beta1
[crypto.git] / lib / silcasn1 / silcber.h
index 2360c780ae88b07466ce169955835c81035be016..b8280d8448503c519ee9985947de8c97b73a0740 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2003 - 2006 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
  *
@@ -45,6 +45,7 @@
  *
  *    Defines the BER classes.
  *
+ * SOURCE
  */
 typedef enum {
   SILC_BER_CLASS_UNIVERSAL       = 0x00,   /* Universal */
@@ -54,7 +55,7 @@ typedef enum {
 } SilcBerClass;
 /***/
 
-/****d* silcasn1/SilcBerAPI/SilcBerEncoding
+/****d* silcasn1/SilcBerEncoding
  *
  * NAME
  *
@@ -64,6 +65,7 @@ typedef enum {
  *
  *    Defines the BER encoding type.
  *
+ * SOURCE
  */
 typedef enum {
   SILC_BER_ENC_PRIMITIVE         = 0x00,
@@ -71,7 +73,7 @@ typedef enum {
 } SilcBerEncoding;
 /***/
 
-/****f* silcasn1/SilcBerAPI/silc_ber_encode
+/****f* silcasn1/silc_ber_encode
  *
  * SYNOPSIS
  *
@@ -95,7 +97,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 +125,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
  *