Build out command subsystem

Everyone loves code stolen from your own projects
This commit is contained in:
Drew DeVault 2015-08-05 17:30:40 -04:00
parent f82660b01e
commit e07c77fbb7
4 changed files with 125 additions and 2 deletions

View file

@ -30,7 +30,6 @@ int main(int argc, char **argv) {
return 0;
}
return 0;
// TODO:
static struct wlc_interface interface = { };
if (!wlc_init(&interface, argc, argv)) {