commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas/src/oql oql.c


From: Daniel E. Baumann
Subject: gnue/geas/src/oql oql.c
Date: Thu, 07 Jun 2001 13:00:22 -0700

CVSROOT:        /cvs
Module name:    gnue
Changes by:     Daniel E. Baumann <address@hidden>      01/06/07 13:00:22

Modified files:
        geas/src/oql   : oql.c 

Log message:
        Fix compiler warnings, provide prototypes for g_strcase_hash, 
g_strcase_equal.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/oql/oql.c.diff?cvsroot=OldCVS&tr1=1.57&tr2=1.58&r1=text&r2=text

Patches:
Index: gnue/geas/src/oql/oql.c
diff -u gnue/geas/src/oql/oql.c:1.57 gnue/geas/src/oql/oql.c:1.58
--- gnue/geas/src/oql/oql.c:1.57        Tue Jun  5 13:56:59 2001
+++ gnue/geas/src/oql/oql.c     Thu Jun  7 13:00:22 2001
@@ -19,7 +19,7 @@
   along with GEAS; if not, write to the Free Software Foundation, Inc.,
   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-  $Id: oql.c,v 1.57 2001/06/05 20:56:59 baumannd Exp $
+  $Id: oql.c,v 1.58 2001/06/07 20:00:22 baumannd Exp $
 */
 
 
@@ -51,6 +51,9 @@
 static GString *oql_make_write (_QueryData * q, DBType db);
 
 static char *oql_quote_value (const char *value, DBType db);
+
+static guint g_strcase_hash (gconstpointer key);
+static gboolean g_strcase_equal (gconstpointer v1, gconstpointer v2);
 
 /* ------------------------------------------------------------------------- *\
  * Generate SQL query form OQL query.



reply via email to

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