int config_getopt_bool ( const char *  val  ) 

Return a value translated to boolean.

Definition at line 298 of file config.c.

00299 {
00300         int bval;
00301         
00302         bval = string_to_bool(config_getopt(val));
00303         g_assert(bval != -1);
00304         return (bval);
00305 }

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:07 2010 for herrie by  doxygen 1.6.3