Index: undo.h =================================================================== --- undo.h (revision 10673) +++ undo.h (revision 10674) @@ -30,10 +30,12 @@ #define PCB_UNDO_H #include +#include /* Temporary for compatibility */ #include "undo_old.h" +void *pcb_undo_alloc(pcb_board_t *pcb, const uundo_oper_t *oper, size_t data_len); int pcb_undo(pcb_bool); int pcb_redo(pcb_bool); void pcb_undo_inc_serial(void); @@ -50,8 +52,6 @@ void undo_dump(void); -void *GetUndoSlot(int CommandType, int ID, int Kind, size_t item_len); - /* temporary */ #include "pcb_bool.h" extern pcb_data_t *RemoveList;