Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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 */