version 1.1.1.2, 2012/10/09 09:13:23
|
version 1.1.1.3, 2013/07/21 23:49:22
|
Line 91 void istgt_errlog(const char *file, const int line, co
|
Line 91 void istgt_errlog(const char *file, const int line, co
|
void istgt_warnlog(const char *file, const int line, const char *func, const char *format, ...) __attribute__((__format__(__printf__, 4, 5))); |
void istgt_warnlog(const char *file, const int line, const char *func, const char *format, ...) __attribute__((__format__(__printf__, 4, 5))); |
void istgt_open_log(void); |
void istgt_open_log(void); |
void istgt_close_log(void); |
void istgt_close_log(void); |
|
void istgtcontrol_open_log(void); |
|
void istgtcontrol_close_log(void); |
void istgt_set_trace_flag(int flag); |
void istgt_set_trace_flag(int flag); |
void istgt_trace_dump(int flag, const char *label, const uint8_t *buf, size_t len); |
void istgt_trace_dump(int flag, const char *label, const uint8_t *buf, size_t len); |
|
|