ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/conf.h
(Generate patch)

Comparing gvpe/src/conf.h (file contents):
Revision 1.43 by root, Sat Jul 13 04:10:29 2013 UTC vs.
Revision 1.44 by root, Wed Jul 17 16:40:57 2013 UTC

168 168
169 void init (); 169 void init ();
170 void cleanup (); 170 void cleanup ();
171 void clear (); 171 void clear ();
172 172
173 conf_node *find_node (const char *name);
174
173 // create a filename from string, replacing %s by the nodename 175 // create a filename from string, replacing %s by the nodename
174 // and using relative paths under confbase. 176 // and using relative paths under confbase.
175 char *config_filename (const char *name, const char *dflt = 0); 177 char *config_filename (const char *name, const char *dflt = 0);
176 178
177 void print (); 179 void print ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines