gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36934 - in gnunet/src: include peerstore


From: gnunet
Subject: [GNUnet-SVN] r36934 - in gnunet/src: include peerstore
Date: Wed, 16 Mar 2016 18:49:51 +0100

Author: grothoff
Date: 2016-03-16 18:49:51 +0100 (Wed, 16 Mar 2016)
New Revision: 36934

Modified:
   gnunet/src/include/gnunet_datastore_plugin.h
   gnunet/src/peerstore/Makefile.am
Log:
-fix build issue

Modified: gnunet/src/include/gnunet_datastore_plugin.h
===================================================================
--- gnunet/src/include/gnunet_datastore_plugin.h        2016-03-16 17:27:19 UTC 
(rev 36933)
+++ gnunet/src/include/gnunet_datastore_plugin.h        2016-03-16 17:49:51 UTC 
(rev 36934)
@@ -195,7 +195,8 @@
  */
 typedef void
 (*PluginGetKeys) (void *cls,
-                 PluginKeyProcessor proc, void *proc_cls);
+                 PluginKeyProcessor proc,
+                  void *proc_cls);
 
 
 /**
@@ -246,7 +247,7 @@
  * Update continuation.
  *
  * @param cls closure
- * @param status #GNUNET_OK or #GNUNET_SYSERROR
+ * @param status #GNUNET_OK or #GNUNET_SYSERR
  * @param msg error message on error
  */
 typedef void

Modified: gnunet/src/peerstore/Makefile.am
===================================================================
--- gnunet/src/peerstore/Makefile.am    2016-03-16 17:27:19 UTC (rev 36933)
+++ gnunet/src/peerstore/Makefile.am    2016-03-16 17:49:51 UTC (rev 36934)
@@ -52,7 +52,6 @@
   $(GN_LIB_LDFLAGS)
 
 if HAVE_SQLITE
-
 plugin_LTLIBRARIES = \
   libgnunet_plugin_peerstore_sqlite.la
 
@@ -64,8 +63,6 @@
   $(LTLIBINTL)
 libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
-end
-
 endif
 
 check_PROGRAMS = \




reply via email to

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