# HG changeset patch # User ethanzonca # Date 2009-02-13 19:14:01 # Node ID 7fcbed93703901b1f23281e14ba29786c6974556 # Parent 3869c96eb4d682197ad81d775dd3a1636ba09441 Added exec randomstuff diff --git a/src/client/distren.c b/src/client/distren.c --- a/src/client/distren.c +++ b/src/client/distren.c @@ -1,5 +1,5 @@ /* - Copyright 2008 Nathan Phillip Brink, Ethan Zonca, Matt Orlando, Pointless Test Commits + Copyright 2008 Nathan Phillip Brink, Ethan Zonca, Matt Orlando This file is a part of DistRen. @@ -23,6 +23,7 @@ int main(int argc, char *argv[]) { //just prove that linking to the shared lib werkz genericfunc(); + execlisten(); return 0; } diff --git a/src/common/options.c b/src/common/options.c --- a/src/common/options.c +++ b/src/common/options.c @@ -21,6 +21,15 @@ #include + +int execlisten() +{ + /* execlp("ssh", somethingness ) 0); */ + + + +} + int genericfunc() {