X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad5365a072943b2b0bacc486fa504e93a99ea940..c95e96a60c6d7abed9fefba1076976a4fbe16ded:/include/xbt/peer.h diff --git a/include/xbt/peer.h b/include/xbt/peer.h index b9b84253ba..e99ae7c722 100644 --- a/include/xbt/peer.h +++ b/include/xbt/peer.h @@ -16,10 +16,10 @@ SG_BEGIN_DECL() -typedef struct { - char *name; - int port; -} s_xbt_peer_t, *xbt_peer_t; + typedef struct { + char *name; + int port; + } s_xbt_peer_t, *xbt_peer_t; XBT_PUBLIC(xbt_peer_t) xbt_peer_new(const char *name, int port); XBT_PUBLIC(xbt_peer_t) xbt_peer_from_string(const char *peerport); @@ -28,6 +28,4 @@ XBT_PUBLIC(void) xbt_peer_free(xbt_peer_t peer); XBT_PUBLIC(void) xbt_peer_free_voidp(void *d); SG_END_DECL() - - #endif /* XBT_PEER_H */