36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/actions/selection_from_db.h b/src/controller/actions/selection_from_db.h new file mode 100644 index 0000000..8f0d8a2 --- a/dev/null +++ b/src/controller/actions/selection_from_db.h @@ -0,0 +1,9 @@ +#ifndef SELECTION_FROM_DB_H +#define SELECTION_FROM_DB_H + +/* + * Read a selection from the database into memory. + */ +void selection_from_db (void); + +#endif // SELECTION_FROM_DB_H |