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

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