Index: uspace/app/taskdump/include/elf_core.h
===================================================================
--- uspace/app/taskdump/include/elf_core.h	(revision ed90317444652a29e89501a128d66020aaea52b5)
+++ uspace/app/taskdump/include/elf_core.h	(revision c028b2280685f23ce202c1e74d7f6cef26bbce6f)
@@ -36,5 +36,8 @@
 #define ELF_CORE_H_
 
-int elf_core_save(const char *file_name, as_area_info_t *ainfo, unsigned int n, int phoneid);
+#include <async.h>
+
+extern int elf_core_save(const char *, as_area_info_t *, unsigned int,
+    async_sess_t *);
 
 #endif
