Skip to content

Commit

Permalink
add comments, function signature and global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kaazoo committed Aug 22, 2010
1 parent e6a4b4b commit 76a928c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sendjob.h
Expand Up @@ -23,8 +23,10 @@
#include <fstream>
#include "job.h"

// FIXME: Use Koj types from libdrqueue/job.h

#define TOJ_NONE 0
#define TOJ_MAYA 1
#define TOJ_MAYA 1 // Maya koj
#define TOJ_BLENDER 2 // Blender koj
#define TOJ_THREEDELIGHT 4 // 3delight koj
#define TOJ_PIXIE 5 // Pixie koj
Expand Down Expand Up @@ -61,7 +63,9 @@ int RegisterXSIJobFromFile (std::ifstream &infile);
int RegisterLuxrenderJobFromFile (std::ifstream &infile);

int str2toj (char *str);

void show_version (void);
void cleanup (int signum);

bool debug = false;

#endif /* _SENDJOB_H_ */

0 comments on commit 76a928c

Please sign in to comment.