00001 00002 #ifndef FTFLOG_H 00003 #define FTFLOG_H 00004 00005 extern int ftfLogTarget; 00006 00007 #define FTF_LOG_PRINTF 1 00008 #define FTF_LOG_REMOTE 2 00009 00010 void ftfLog(const char *fmt, ...) ; 00011 00012 #endif 00013