From 48e93b5a95c7e6d2769b4cab54b820faf4f7c5a9 Mon Sep 17 00:00:00 2001 From: beber Date: Mon, 22 Aug 2005 18:19:24 +0000 Subject: Coorect Oops --- src/error.h | 6 ------ src/espik_error.h | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/error.h create mode 100644 src/espik_error.h diff --git a/src/error.h b/src/error.h deleted file mode 100644 index bd8541e..0000000 --- a/src/error.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _HAVE_ESPIK_ERROR_H -#define _HAVE_ESPIK_ERROR_H - -void chk_malloc (void *ptr); - -#endif /* _HAVE_ESPIK_ERROR_H */ diff --git a/src/espik_error.h b/src/espik_error.h new file mode 100644 index 0000000..bd8541e --- /dev/null +++ b/src/espik_error.h @@ -0,0 +1,6 @@ +#ifndef _HAVE_ESPIK_ERROR_H +#define _HAVE_ESPIK_ERROR_H + +void chk_malloc (void *ptr); + +#endif /* _HAVE_ESPIK_ERROR_H */ -- cgit v1.2.3