update makefile and main.c to reflect changes of previous commit, also place tempfile...
[systembsd.git] / src / main.c
... / ...
CommitLineData
1#include <gio/gio.h>
2#include "interfaces/hostnamed/hostnamed.c"
3
4int main() {
5 hostnamed_init();
6
7 return 0;
8}