gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21842 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r21842 - gnunet/src/include
Date: Sun, 10 Jun 2012 02:45:43 +0200

Author: grothoff
Date: 2012-06-10 02:45:43 +0200 (Sun, 10 Jun 2012)
New Revision: 21842

Modified:
   gnunet/src/include/gnunet_testing_lib-new.h
Log:
-auto-load hostkeys, minor bugfixes

Modified: gnunet/src/include/gnunet_testing_lib-new.h
===================================================================
--- gnunet/src/include/gnunet_testing_lib-new.h 2012-06-10 00:45:37 UTC (rev 
21841)
+++ gnunet/src/include/gnunet_testing_lib-new.h 2012-06-10 00:45:43 UTC (rev 
21842)
@@ -87,28 +87,6 @@
 
 
 /**
- * Testing includes a number of pre-created hostkeys for faster peer
- * startup. This function loads such keys into memory from a file.
- *
- * @param system the testing system handle
- * @param filename the path of the hostkeys file
- * @return GNUNET_OK on success; GNUNET_SYSERR on error
- */
-int
-GNUNET_TESTING_hostkeys_load (struct GNUNET_TESTING_System *system,
-                              const char *filename);
-
-
-/**
- * Function to remove the loaded hostkeys
- *
- * @param system the testing system handle
- */
-void
-GNUNET_TESTING_hostkeys_unload (struct GNUNET_TESTING_System *system);
-
-
-/**
  * Testing includes a number of pre-created hostkeys for
  * faster peer startup.  This function can be used to
  * access the n-th key of those pre-created hostkeys; note




reply via email to

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