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