diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-23 11:18:44 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-23 11:18:44 +0200 |
| commit | 359422c97cce93bbb27051f9df3efb45bd0b9052 (patch) | |
| tree | 2e352bb852a25390d40d45e199f835d218ad497f /include/administration.hpp | |
| parent | 8ea59863c5d13e68e080cf7612047ea4c655292c (diff) | |
settings file writing
Diffstat (limited to 'include/administration.hpp')
| -rw-r--r-- | include/administration.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/administration.hpp b/include/administration.hpp index 24248e2..9de2822 100644 --- a/include/administration.hpp +++ b/include/administration.hpp @@ -155,7 +155,7 @@ typedef struct s32 next_id; // Id increment shared across all objects that have an ID. s32 next_sequence_number; // Sequence number for generating invoice numbers. char path[MAX_LEN_PATH]; // Full path to save file of current administration file. - char program_version[10]; // Program version of exe that stored the save path file. + char program_version[10]; // Program version of exe that stored the save file. list_t contacts; list_t projects; @@ -174,6 +174,7 @@ void administration_destroy(); // General functions. // ======================= +administration* administation_get(); char* administration_file_path_get(); contact administration_company_info_get(); void administration_company_info_set(contact data); |
