re-added collective disconnect command to the scalarproduct API
[oweals/gnunet.git] / src / scalarproduct / gnunet-service-scalarproduct.c
index 9d0a8a2e7f72ea8526e83ab61dd4fd58b2db9ea2..d7c8f436bb262bc4cd54ef15793e384b12e95381 100644 (file)
 #include "gnunet_applications.h"
 #include "gnunet_protocols.h"
 #include "gnunet_scalarproduct_service.h"
-#include "gnunet_scalarproduct.h"
 #include "scalarproduct.h"
 
 #define LOG(kind,...) GNUNET_log_from (kind, "scalarproduct", __VA_ARGS__)
 
-/**
- * Log an error message at log-level 'level' that indicates
- * a failure of the command 'cmd' with the message given
- * by gcry_strerror(rc).
- */
-#define LOG_GCRY(level, cmd, rc) do { LOG(level, _("`%s' failed at %s:%d with error: %s\n"), cmd, __FILE__, __LINE__, gcry_strerror(rc)); } while(0)
-
 ///////////////////////////////////////////////////////////////////////////////
 //                     Service Structure Definitions
 ///////////////////////////////////////////////////////////////////////////////