Changeset - 3b998819751e
[Not reviewed]
default
0 2 0
Nathan Brink (binki) - 16 years ago 2009-05-23 20:46:27
ohnobinki@ohnopublishing.net
described distren.h, include it from distren.c for syntax checking
2 files changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/client/distren.c
Show inline comments
 
@@ -29,6 +29,8 @@
 
#include "options.h"
 
#include "execio.h"
 

	
 
#include <distren.h>
 

	
 
#include <stdio.h> /* sprintf, printf */
 
#include <stdlib.h> /* malloc, free */
 
#include <unistd.h> /* getopt */
src/client/distren.h
Show inline comments
 
@@ -20,6 +20,10 @@
 
#ifndef DISTREN_H
 
#define DISTREN_H 1
 

	
 
/*
 
  Public API for DistRen
 
 */
 

	
 
#include <stddef.h> /* size_t */
 

	
 
typedef struct distren *distren_t;
0 comments (0 inline, 0 general)