aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
blob: 42a47790327192dcff2246781c09f9560b914ee2 (plain) (blame)
1
2
3
4
5
6
7
8
#include <gio/gio.h>
#include "interfaces/hostnamed/hostnamed.c"

int main() {
    hostnamed_init();
    
    return 0;
}