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