utils.h 161 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #define MAX_PATH 1024
  3. void debug_msg(const char *fmt, ...);
  4. void err_msg(const char *fmt, ...);
  5. extern int config_debug;