Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reindent in src/include
[simgrid.git] / src / include / simgrid / sg_config.h
index fbe0d5e..4f305ce 100644 (file)
@@ -6,10 +6,7 @@
 
 #include "xbt/config.h"
 
-/*******************************************/
-/*** Config Globals **************************/
-/*******************************************/
-
+/** Config Globals */
 SG_BEGIN_DECL()
 
 XBT_PUBLIC_DATA(xbt_cfg_t) _sg_cfg_set;
@@ -20,7 +17,6 @@ XBT_PUBLIC(int) sg_cfg_get_int(const char* name);
 XBT_PUBLIC(double) sg_cfg_get_double(const char* name);
 XBT_PUBLIC(char*) sg_cfg_get_string(const char* name);
 XBT_PUBLIC(int) sg_cfg_get_boolean(const char* name);
-XBT_PUBLIC(void) sg_cfg_get_peer(const char *name, char **peer, int *port);
 XBT_PUBLIC(xbt_dynar_t) sg_cfg_get_dynar(const char* name);
 
 XBT_PUBLIC(void) sg_config_init(int *argc, char **argv);