From 77c4d6e67debf0e729734d882df033c4c0f5b0c3 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 20 Apr 2015 22:01:04 +0200 Subject: Big redign of model structures --- error.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'error.h') diff --git a/error.h b/error.h index 20d1c09..d923d3f 100644 --- a/error.h +++ b/error.h @@ -25,10 +25,8 @@ enum { PCILIB_ERROR_BUSY = EBUSY } pcilib_errot_t; - -#ifndef _PCILIB_ERROR_C +void pcilib_print_error(const char *msg, ...); extern void (*pcilib_error)(const char *msg, ...); extern void (*pcilib_warning)(const char *msg, ...); -#endif /* _PCILIB_ERROR_C */ #endif /* _PCILIB_ERROR_H */ -- cgit v1.2.3