From 59a49ee2036fb89a9a54c3d368242aad31fc2b31 Mon Sep 17 00:00:00 2001 From: Yurii Chechur Date: Wed, 30 Oct 2024 12:03:42 +0000 Subject: [PATCH] Update cv6/a_station.h --- cv6/a_station.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cv6/a_station.h b/cv6/a_station.h index a5c591a..1cd01a3 100644 --- a/cv6/a_station.h +++ b/cv6/a_station.h @@ -88,4 +88,9 @@ int count_targets(struct station* station); * @param smernik na databazu */ int count_capacity(struct station* station); + +void save_to_file(struct station* moja_stanica); +void load_from_file(struct station* moja_stanica); + + #endif \ No newline at end of file