Index: libcfa/src/exception.h
===================================================================
--- libcfa/src/exception.h	(revision 8a972486173f920eea1f1868fff138e1568a8a59)
+++ libcfa/src/exception.h	(revision 2a301ff093336449f2c416836c58d6e71fa88fd1)
@@ -50,4 +50,9 @@
 void __cfaehm_rethrow_terminate() __attribute__((noreturn));
 void __cfaehm_throw_resume(exception_t * except, void (*)(exception_t *));
+
+// Used in non-local ehm (see coroutine.cfa)
+void __cfaehm_allocate_exception( exception_t * except );
+void __cfaehm_begin_unwind(void(*defaultHandler)(exception_t *));
+
 
 // Function catches termination exceptions.
