naspro
view permafrost/src/schedule.h @ 178:7169a8909d53
Added Permafrost + small changes
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Sun May 02 14:19:58 2010 +0300 (2010-05-02) |
| parents | |
| children |
line source
1 /*
2 * Permafrost - Physical modelling framework
3 *
4 * Copyright (C) 2009, 2010 Stefano D'Angelo <zanga.mail@gmail.com>
5 *
6 * See the COPYING file for license conditions.
7 */
9 #ifndef _SCHEDULE_H_
10 #define _SCHEDULE_H_
12 #include "src/types.h"
14 struct scheduled_system *
15 schedule(struct system *system);
17 void
18 scheduled_system_free(struct scheduled_system *system);
20 #endif /* !_SCHEDULE_H_ */
