aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 15:55:12 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 15:55:12 +0000
commit6d91f133149ea81040340e8853d7d6e94e57947c (patch)
tree909f05982b8be5c7cf6de927aabc3a9bb6312d60 /src/include/gnunet_testing_lib.h
parent475452849162e7c123141d9710b2cf3480e8f868 (diff)
downloadgnunet-6d91f133149ea81040340e8853d7d6e94e57947c.tar.gz
gnunet-6d91f133149ea81040340e8853d7d6e94e57947c.zip
cleanup
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index b564e1e3a..3524b1c86 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -693,14 +693,15 @@ GNUNET_TESTING_topology_get(enum GNUNET_TESTING_Topology *topology, char * topol
693/** 693/**
694 * Get connect topology option from string input. 694 * Get connect topology option from string input.
695 * 695 *
696 * @param topology where to write the retrieved topology 696 * @param topology_option where to write the retrieved topology
697 * @param topology_string The string to attempt to 697 * @param topology_string The string to attempt to
698 * get a configuration value from 698 * get a configuration value from
699 * @return GNUNET_YES if topology string matched a 699 * @return GNUNET_YES if topology string matched a
700 * known topology, GNUNET_NO if not 700 * known topology, GNUNET_NO if not
701 */ 701 */
702int 702int
703GNUNET_TESTING_topology_option_get(enum GNUNET_TESTING_TopologyOption *topology, char * topology_string); 703GNUNET_TESTING_topology_option_get(enum GNUNET_TESTING_TopologyOption *topology_option,
704 char * topology_string);
704 705
705 706
706/** 707/**