Changeset - a22d893df17e
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-08-05 15:45:53
ohnobinki@ohnopublishing.net
fixed some formatting
1 file changed with 35 insertions and 17 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -116,34 +116,52 @@ int highest_jobnum; // The job number of
 

	
 

	
 
/* ********************** Functions ************************* */
 

	
 
/* 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 */
 
void start_data(){
 

	
 
	if(1 == 0){
0 comments (0 inline, 0 general)