Changeset - dd9e5549c8a7
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-09-17 16:53:27
ohnobinki@ohnopublishing.net
fixed param, missing include
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -33,6 +33,7 @@
 
#include <unistd.h> /* getopt */
 
#include <time.h>
 
#include <sys/stat.h>
 
#include <string.h>
 

	
 
/* ******************* Structs ************************ */
 

	
 
@@ -187,7 +188,7 @@ void mortition(struct distrenjob *head, 
 
/**
 
   creates a structure from starting data, then calls another function to actually add that struct to the queue
 
*/
 
void prepare_distrenjob(struct frameset *head, int type, char *name, char *submitter, char *email, int priority, int start_frame, int end_frame)
 
void prepare_distrenjob(struct distrenjob *head, int type, char *name, char *submitter, char *email, int priority, int start_frame, int end_frame)
 
{
 
  int counter2;
 
  int counter;
0 comments (0 inline, 0 general)