您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011
  1. #ifndef LOG_H
  2. # define LOG_H
  3. # include <stdint.h>
  4. void log_progress(uint32_t uid, uint8_t type, uint64_t key, uint32_t block,
  5. uint32_t diff, uint32_t auth);
  6. void log_key(uint32_t block, uint64_t key);
  7. #endif /* !LOG_H */