Index: smartdisperse.c =================================================================== --- smartdisperse.c (revision 4890) +++ smartdisperse.c (revision 4891) @@ -269,7 +269,7 @@ char *smartdisperse_cookie = "smartdisperse plugin"; -REGISTER_ACTIONS(smartdisperse_action_list, smartdisperse_cookie) +PCB_REGISTER_ACTIONS(smartdisperse_action_list, smartdisperse_cookie) static void hid_smartdisperse_uninit(void) { @@ -279,6 +279,6 @@ #include "dolists.h" pcb_uninit_t hid_smartdisperse_init() { - REGISTER_ACTIONS(smartdisperse_action_list, smartdisperse_cookie); + PCB_REGISTER_ACTIONS(smartdisperse_action_list, smartdisperse_cookie); return hid_smartdisperse_uninit; }