aboutsummaryrefslogtreecommitdiff
path: root/philo/include
diff options
context:
space:
mode:
Diffstat (limited to 'philo/include')
-rw-r--r--philo/include/philo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/philo/include/philo.h b/philo/include/philo.h
index 26871b9..9566136 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:22:15 by dkaiser ### ########.fr */
+/* Updated: 2025/01/18 11:36:45 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -49,6 +49,6 @@ typedef struct s_philo
t_phdata *data;
} t_philo;
-void run_simulation(int nbr_of_philos, t_philo *philos);
+int run_simulation(int nbr_of_philos, t_philo *philos);
#endif