loginit.h 79 B

12345678
  1. #ifndef LOGINIT_H
  2. #define LOGINIT_H
  3. void init_log();
  4. #endif /* LOGINIT_H */