Improved the ROBOdoc documentation generation process.
[silc.git] / lib / silcmath / silcmath.h
index 9096d4bc78e6768e8dc2d6ca06e92b3cf484ccad..d9233d30690fd1deae81f2acd0ab4db2b438ae3e 100644 (file)
@@ -18,7 +18,7 @@
 
 */
 
-/****h* silcmath/SilcMathAPI
+/****h* silcmath/SILC Math Interface
  *
  * DESCRIPTION
  *
@@ -35,7 +35,7 @@
  *
  * SYNOPSIS
  *
- *    int silc_math_gen_prime(SilcMPInt *prime, uint32 bits, bool verbose);
+ *    int silc_math_gen_prime(SilcMPInt *prime, SilcUInt32 bits, bool verbose);
  *
  * DESCRIPTION
  *
@@ -48,7 +48,7 @@
  *    about the progress of generation.
  *
  ***/
-bool silc_math_gen_prime(SilcMPInt *prime, uint32 bits, bool verbose);
+bool silc_math_gen_prime(SilcMPInt *prime, SilcUInt32 bits, bool verbose);
 
 /****f* silcmath/SilcMathAPI/silc_math_prime_test
  *