eliot-dev
[Top][All Lists]
Advanced

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

[Eliot-dev] Changes to eliot/dic/dic_search.h [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/dic/dic_search.h [antoine-1]
Date: Sun, 23 Oct 2005 16:58:28 -0400

Index: eliot/dic/dic_search.h
diff -u eliot/dic/dic_search.h:1.9.2.2 eliot/dic/dic_search.h:1.9.2.3
--- eliot/dic/dic_search.h:1.9.2.2      Sun Oct 23 18:38:18 2005
+++ eliot/dic/dic_search.h      Sun Oct 23 20:58:19 2005
@@ -17,8 +17,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/* $Id: dic_search.h,v 1.9.2.2 2005/10/23 18:38:18 afrab Exp $ */
-
 /**
  *  \file dic_search.h
  *  \brief  Dictionary lookup functions
@@ -29,9 +27,9 @@
 #ifndef _DIC_SEARCH_H_
 #define _DIC_SEARCH_H_
 #if defined(__cplusplus)
-extern "C" 
+extern "C"
   {
-#endif 
+#endif
 
     /**
      * number of results for Rack+1 search (Dic_search_7pl1)
@@ -91,7 +89,7 @@
 void Dic_search_Benj(Dictionary dic, const char* word, char 
wordlist[RES_BENJ_MAX][DIC_WORD_MAX]);
 
     /**
-     * Search for crosswords 
+     * Search for crosswords
      * @param dic : dictionary
      * @param rack : letters
      * @param wordlist : results
@@ -99,7 +97,7 @@
 void Dic_search_Cros(Dictionary dic, const char* mask, char 
wordlist[RES_CROS_MAX][DIC_WORD_MAX]);
 
     /**
-     * Search for words matching a regular expression 
+     * Search for words matching a regular expression
      * @param dic : dictionary
      * @param re : regular expression
      * @param wordlist : results
@@ -108,5 +106,5 @@
 
 #if defined(__cplusplus)
   }
-#endif 
+#endif
 #endif /* _DIC_SEARCH_H_ */




reply via email to

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