#ifndef SEL_SAVE_H #define SEL_SAVE_H /* * Send the current selection from memory to the database. */ void sel_save (void); #endif // SEL_SAVE_H