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


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/dic/dic_search.h
Date: Fri, 04 Nov 2005 15:00:15 -0500

Index: eliot/dic/dic_search.h
diff -u eliot/dic/dic_search.h:1.9 eliot/dic/dic_search.h:1.10
--- eliot/dic/dic_search.h:1.9  Sun Oct 23 14:53:43 2005
+++ eliot/dic/dic_search.h      Fri Nov  4 20:00:06 2005
@@ -17,10 +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 2005/10/23 14:53:43 ipkiss Exp $ 
- */
-
 /**
  *  \file dic_search.h
  *  \brief  Dictionary lookup functions
@@ -31,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)
@@ -93,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
@@ -101,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
@@ -110,5 +106,5 @@
 
 #if defined(__cplusplus)
   }
-#endif 
+#endif
 #endif /* _DIC_SEARCH_H_ */




reply via email to

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