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
 
@@ -117,7 +117,7 @@ int highest_jobnum; // The job number of
 
/* ********************** Functions ************************* */
 

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

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