Changeset - d67f1ba04cbb
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-08-16 21:22:34
ohnobinki@ohnopublishing.net
leftover s/BLENDJOB/DISTRENJOB/
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/distrenjob.h
Show inline comments
 
@@ -15,14 +15,14 @@
 

	
 
  You should have received a copy of the GNU Affero General Public License
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 

	
 
*/
 

	
 
#ifndef _DISTREN_BLENDJOB_H
 
#define _DISTREN_BLENDJOB_H
 
#ifndef _DISTREN_DISTRENJOB_H
 
#define _DISTREN_DISTRENJOB_H
 

	
 
/**
 
   This file stores the distrenjob and frameset structs and prototypes for some functions to manipulate/use these.
 
 */
 

	
 
#include <time.h> /* clock_t, time_t */
0 comments (0 inline, 0 general)