aboutsummaryrefslogtreecommitdiff
path: root/src/espik_debug.h
diff options
context:
space:
mode:
authorbeber <beber>2005-12-01 19:11:50 +0000
committerbeber <beber>2005-12-01 19:11:50 +0000
commit93309052cf55b2b5023dda59ec5c9aab40fa601d (patch)
tree3977a2aaebbd2b5410a2f3f8916c22625474ca21 /src/espik_debug.h
parenttest are finished (diff)
downloadespik-93309052cf55b2b5023dda59ec5c9aab40fa601d.tar.xz
Make debug compil
Diffstat (limited to 'src/espik_debug.h')
-rw-r--r--src/espik_debug.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/espik_debug.h b/src/espik_debug.h
index fec35e0..235c777 100644
--- a/src/espik_debug.h
+++ b/src/espik_debug.h
@@ -1,8 +1,7 @@
-#if _ESPIK_DEBUG
-# ifndef _HAVE_ESPIK_DEBUG_H
-# define _HAVE_ESPIK_DEBUG_H
+#ifndef _HAVE_ESPIK_DEBUG_H
+#define _HAVE_ESPIK_DEBUG_H
inline void espik_bt (void);
+void espik_debug_init();
# endif /* _HAVE_ESPIK_DEBUG_H */
-#endif /* _ESPIK_DEBUG */