Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
context_t -> xbt_context_t
[simgrid.git] / include / xbt / error.h
index 46df96b..0af48fa 100644 (file)
@@ -2,12 +2,10 @@
 
 /* xbt/error.h - Error tracking support                                     */
 
-/* Authors: Martin Quinson                                                  */
-/* Copyright (C) 2003,2004 da GRAS posse.                                   */
+/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
 
 /* This program is free software; you can redistribute it and/or modify it
-   under the terms of the license (GNU LGPL) which comes with this package. */
-
+ * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifndef XBT_ERROR_H
 #define XBT_ERROR_H
@@ -23,6 +21,8 @@
 
 BEGIN_DECL
 
+void xbt_abort(void) _XBT_GNUC_NORETURN;
+  
 typedef enum {
   no_error=0,       /* succes */
   mismatch_error=1, /* The provided ID does not match */