Index: serpentine.c =================================================================== --- serpentine.c (revision 30896) +++ serpentine.c (revision 30897) @@ -452,7 +452,7 @@ int pplg_init_serpentine(void) { PCB_API_CHK_VER; - PCB_REGISTER_ACTIONS(serpentine_action_list, serpentine_cookie) + RND_REGISTER_ACTIONS(serpentine_action_list, serpentine_cookie) #define conf_reg(field,isarray,type_name,cpath,cname,desc,flags) \ pcb_conf_reg_field(conf_serpentine, field,isarray,type_name,cpath,cname,desc,flags); #include "serpentine_conf_fields.h"