diff --git a/remotec.c b/remotec.c index 26f8fee9..fe5bf053 100644 --- a/remotec.c +++ b/remotec.c @@ -10,4 +10,4 @@ okay, nothing here right now. thanks for coming out - */ \ No newline at end of file + */ diff --git a/remoted.c b/remoted.c index feedbb04..6ef54a5c 100644 --- a/remoted.c +++ b/remoted.c @@ -14,6 +14,8 @@ static int daemon_status = 0; /* okay, heres how it will basically work. * when something connects, it will first send the conkyrc on the local (daemonized) server * after this, it will simply continue to send all the buffered text to the remote client + * http://analyser.oli.tudelft.nl/beej/mirror/net/html/ + * http://www.kegel.com/c10k.html */ void *daemon_thread()