36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/actions/sel_save.h b/src/controller/actions/sel_save.h new file mode 100644 index 0000000..11b5785 --- a/dev/null +++ b/src/controller/actions/sel_save.h @@ -0,0 +1,9 @@ +#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 |