1234567891011121314151617 |
- /* $Id$
- *
- * Copyright 2001-2003, Meiosys (www.meiosys.com). All rights reserved.
- *
- * See the COPYING file for the terms of usage and distribution.
- */
- #ifndef __sd_error_h
- #define __sd_error_h
- #include <tchar.h>
- #include <stdarg.h>
- extern int sd_debug(const TCHAR *fmt, ...);
- extern int sd_error(const TCHAR *fmt, ...);
- #endif /* __sd_error_h */
|