Index: remove.h =================================================================== --- remove.h (revision 4996) +++ remove.h (revision 4997) @@ -38,8 +38,8 @@ (PCB_TYPE_VIA | PCB_TYPE_LINE_POINT | PCB_TYPE_LINE | PCB_TYPE_TEXT | PCB_TYPE_ELEMENT | \ PCB_TYPE_POLYGON_POINT | PCB_TYPE_POLYGON | PCB_TYPE_RATLINE | PCB_TYPE_ARC) -pcb_bool RemoveSelected(void); -void *RemoveObject(int, void *, void *, void *); -void *DestroyObject(pcb_data_t *, int, void *, void *, void *); +pcb_bool pcb_remove_selected(void); +void *pcb_remove_object(int, void *, void *, void *); +void *pcb_destroy_object(pcb_data_t *, int, void *, void *, void *); #endif