00001 /* 00002 * Logging functions 00003 * 00004 * Copyright (C) 2003, Olaf Kirch <okir@suse.de> 00005 */ 00006 00007 #ifndef OPENCT_LOGGING_H 00008 #define OPENCT_LOGGING_H 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 extern void ct_log_destination(const char *); 00015 00016 extern void ct_error(const char *, ...); 00017 extern void ct_debug(const char *, ...); 00018 00019 extern const char * ct_hexdump(const void *, size_t); 00020 00021 #ifdef __cplusplus 00022 } 00023 #endif 00024 00025 #endif /* OPENCT_LOGGING_H */
libp11, Copyright (C) 2005 Olaf Kirch <okir@lst.de> | ![]() |