# HG changeset patch # User Binki # Date 2009-08-05 15:45:53 # Node ID a22d893df17e34c80eaaebebcbe3b21678cf2056 # Parent f90b55fcef6dfc9e976b85646240e6428d03344f fixed some formatting diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -119,28 +119,46 @@ int highest_jobnum; // The job number of /* Functions to stubify */ -/** Command interface for distren? */ -int distrend_do(){ - return 0; +/** + Performs command stored in a client's request. +*/ +int distrend_do() +{ + return 0; } -/** Something? */ -void distrend_accept(){ +/** + Accepts a client's connection + */ +void distrend_accept() +{ + +} +/** + Frees the action +*/ +void distrend_action_free() +{ + +} +/** + Start listening +*/ +void distrend_listen() +{ } -/** Frees the action */ -void distrend_action_free(){ +/** + Stop listening +*/ +void distrend_unlisten() +{ } -/** Start listening */ -void distrend_listen(){ - -} -/** Stop listening */ -void distrend_unlisten(){ - -} -/** This is probably just a placeholder for remotio */ -void remotio_send_to_client(){ +/** + This is probably just a placeholder for remotio +*/ +void remotio_send_to_client() +{ // I am futile! } /** Fill variables after crash / shutdown from XML dumps */