X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8be7ea3f9e71cd563e91b6aba63f5c70f043fbd5..41c803093e7108f16bfb4cc7e2c41c52104c73c2:/src/xbt/ex_interface.h diff --git a/src/xbt/ex_interface.h b/src/xbt/ex_interface.h index 11ebf27c6d..cef5284762 100644 --- a/src/xbt/ex_interface.h +++ b/src/xbt/ex_interface.h @@ -2,7 +2,7 @@ /* This file is to loaded in any location defining exception handlers */ /* (such as context.c), to exchange them. */ -/* Copyright (c) 2006-2007, 2009-2010, 2012. The SimGrid Team. +/* Copyright (c) 2006-2007, 2009-2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -11,11 +11,10 @@ #ifndef _XBT_EX_INTERFACE_H_ #define _XBT_EX_INTERFACE_H_ +#include "xbt/base.h" #include "xbt/ex.h" -/* The display made by an uncatched exception */ -void xbt_ex_display(xbt_ex_t * e); /* Change raw libc symbols to file names and line numbers */ -void xbt_ex_setup_backtrace(xbt_ex_t * e); +XBT_PRIVATE void xbt_ex_setup_backtrace(xbt_ex_t * e); #endif /* _XBT_EX_INTERFACE_H_ */