jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
196B

  1. #ifndef __jack_error_h__
  2. #define __jack_error_h__
  3. extern void (*jack_error)(const char *fmt, ...);
  4. void jack_set_error_function (void (*func)(const char *, ...));
  5. #endif /* __jack_error_h__ */