hostnamed implementation coming along, implements introspectable now. had to switch...
[systembsd.git] / src / main.c
1 #include <gio/gio.h>
2 #include "modules/hostnamed/hostnamed.c"
3
4 int main() {
5 hostnamed_init();
6
7 return 0;
8 }