aboutsummaryrefslogtreecommitdiff
path: root/philo/include/philo.h
diff options
context:
space:
mode:
Diffstat (limited to 'philo/include/philo.h')
-rw-r--r--philo/include/philo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/philo/include/philo.h b/philo/include/philo.h
index cfc832e..26871b9 100644
--- a/philo/include/philo.h
+++ b/philo/include/philo.h
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/17 10:23:19 by dkaiser #+# #+# */
-/* Updated: 2025/01/18 11:20:26 by dkaiser ### ########.fr */
+/* Updated: 2025/01/18 11:22:15 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -49,4 +49,6 @@ typedef struct s_philo
t_phdata *data;
} t_philo;
+void run_simulation(int nbr_of_philos, t_philo *philos);
+
#endif