Changeset - d95bffb2291b
[Not reviewed]
default
0 2 0
Nathan Brink (binki) - 16 years ago 2009-05-28 22:01:31
ohnobinki@ohnopublishing.net
added #ifdef around header
2 files changed with 7 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/client/libdistren.h
Show inline comments
 
@@ -17,6 +17,9 @@
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
#ifndef LIBDISTREN_H_
 
#define LIBDISTREN_H_ 1
 

	
 
/*
 
  Private definitions for libdistren.
 
 */
 
@@ -68,3 +71,6 @@ int _distren_getoptions(distren_t handle
 
   Unsets-up the distren handle with options loadable from a config file.
 
 */
 
int _distren_loseoptions(distren_t handle);
 

	
 
#endif
 

	
src/client/libdistren_config.c
Show inline comments
 
@@ -33,10 +33,7 @@ int _distren_getoptions(distren_t handle
 

	
 
  cfg_opt_t cfg_opts[] =
 
    {
 
      CFG_STR_LIST("render_types", NULL, 0),
 
      CFG_STR("username", NULL, 0),
 
      CFG_STR("name", NULL, 0),
 
      CFG_STR("email", NULL, 0),
 
      CFG_STR("server", NULL, 0),
 
      CFG_END()
 
    };
 
  
0 comments (0 inline, 0 general)