gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22206 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r22206 - gnunet/src/include
Date: Fri, 22 Jun 2012 13:17:16 +0200

Author: grothoff
Date: 2012-06-22 13:17:16 +0200 (Fri, 22 Jun 2012)
New Revision: 22206

Modified:
   gnunet/src/include/gnunet_regex_lib.h
Log:
-notes for regex api

Modified: gnunet/src/include/gnunet_regex_lib.h
===================================================================
--- gnunet/src/include/gnunet_regex_lib.h       2012-06-22 09:58:34 UTC (rev 
22205)
+++ gnunet/src/include/gnunet_regex_lib.h       2012-06-22 11:17:16 UTC (rev 
22206)
@@ -48,7 +48,7 @@
 struct GNUNET_REGEX_Edge
 {
   /**
-   * Label of the edge.
+   * Label of the edge.  FIXME: might want to not consume exactly multiples of 
8 bits, need length?
    */
   const char *label;
 
@@ -132,8 +132,8 @@
  * @return number of bits of 'input_string' that have been consumed
  *         to construct the key
  */
-unsigned int
-GNUNET_REGEX_get_first_key (const char *input_string, unsigned int string_len,
+unsigned int /* FIXME: size_t */
+GNUNET_REGEX_get_first_key (const char *input_string, /* FIXME: size_t */ 
unsigned int string_len,
                             struct GNUNET_HashCode * key);
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]