target_t -> struct target
[fw/openocd] / src / openocd.c
index d67ebd59b176273a1be992ef3b6e3a38da08120e..8c99af07c475591805d291abca20cb157bf7ea59 100644 (file)
@@ -82,7 +82,7 @@ static void exit_handler(void)
        jtag_interface_quit();
 }
 
-static int log_target_callback_event_handler(struct target_s *target, enum target_event event, void *priv)
+static int log_target_callback_event_handler(struct target *target, enum target_event event, void *priv)
 {
        switch (event)
        {