[gib] Fix an struct forward declaration

This commit is contained in:
Bill Currie 2023-01-21 02:30:26 +09:00
parent 32cead5f88
commit 1c368724e8

View file

@ -196,7 +196,7 @@ void GIB_Event_Callback (gib_event_t *event, unsigned int argc, ...);
// Interpreter interface (for creating GIB cbufs)
cbuf_interpreter_t *GIB_Interpreter (void) __attribute__((const));
struct cbuf_interpreter_s *GIB_Interpreter (void) __attribute__((const));
// Thread interface