#ifndef SELSAVE_H
#define SELSAVE_H

/*
 * Send the current selection from memory to the database.
 */
void selsave (void);

#endif // SELSAVE_H