#ifndef CURSORS_H #define CURSORS_H extern GdkCursor *gnumeric_cursors []; void cursors_init (void); void cursors_shutdown (void); #endif