Changeset - 71cf5b428247
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-29 19:54:29

Made distrend_do() int, not void
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -114,13 +114,13 @@ int hcfjob; // Highest consecutively fin
 
int highest_jobnum; // The job number of the most recently created job, this is used when creating new jobs
 

	
 

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

	
 
/* Functions to stubify */
 
void distrend_do(){
 
int distrend_do(){
 

	
 
}
 
void distrend_accept(){
 

	
 
}
 
void distrend_action_free(){
0 comments (0 inline, 0 general)