error.h 333 B

12345678910111213141516
  1. /* $Id$
  2. *
  3. * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved.
  4. *
  5. * See the COPYING file for the terms of usage and distribution.
  6. */
  7. #ifndef __sd_error_h
  8. #define __sd_error_h
  9. #include <stdarg.h>
  10. extern int sd_debug(const char *fmt, ...);
  11. extern int sd_error(const char *fmt, ...);
  12. #endif /* __sd_error_h */