commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas/src objectcache/objectcache.h oql/oql.h


From: Neil Tiffin
Subject: gnue/geas/src objectcache/objectcache.h oql/oql.h
Date: Thu, 07 Jun 2001 08:29:52 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/06/07 08:29:52

Modified files:
        geas/src/objectcache: objectcache.h 
        geas/src/oql   : oql.h 

Log message:
        Remove compiler warnings.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/objectcache/objectcache.h.diff?cvsroot=OldCVS&tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/oql/oql.h.diff?cvsroot=OldCVS&tr1=1.27&tr2=1.28&r1=text&r2=text

Patches:
Index: gnue/geas/src/objectcache/objectcache.h
diff -u gnue/geas/src/objectcache/objectcache.h:1.14 
gnue/geas/src/objectcache/objectcache.h:1.15
--- gnue/geas/src/objectcache/objectcache.h:1.14        Fri May 25 13:04:54 2001
+++ gnue/geas/src/objectcache/objectcache.h     Thu Jun  7 08:29:51 2001
@@ -42,7 +42,7 @@
 
 /* allocate/free cache */
 void create_object_cache(guint32 max_lenght);
-void free_object_cache();
+void free_object_cache(void);
 
 void oc_shrink_cache( int new_max_length );
 void oc_extend_cache( int new_max_length );
Index: gnue/geas/src/oql/oql.h
diff -u gnue/geas/src/oql/oql.h:1.27 gnue/geas/src/oql/oql.h:1.28
--- gnue/geas/src/oql/oql.h:1.27        Fri May 25 16:46:22 2001
+++ gnue/geas/src/oql/oql.h     Thu Jun  7 08:29:52 2001
@@ -41,7 +41,7 @@
 
 #include "oql_internal.h"
 
-const char *get_last_oql_error();
+const char *get_last_oql_error(void);
 
 /* get query as an ASCII text string. currently only supports GEAS
  * (objectstore) ready SQL (do not modify/free resulting string) */



reply via email to

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