implement a startup monitor, move code to src/startup.c

This commit is contained in:
Michael Stapelberg
2011-10-10 11:36:21 +01:00
parent 198f16ece9
commit f4f4d782bb
6 changed files with 138 additions and 64 deletions

View File

@ -66,5 +66,6 @@
#include "assignments.h"
#include "regex.h"
#include "libi3.h"
#include "startup.h"
#endif