This parameter is not modified internally.
return dflt;
}
-bool mapbool(char *p)
+bool mapbool(const char *p)
{
return mapBool(p, false);
}
UTILS_API const char *safefile(const char *filename);
UTILS_API bool mapBool(const char*, bool);
-UTILS_API bool mapbool(char *);
+UTILS_API bool mapbool(const char*);
UTILS_API int maptoken(char *, char **, int *);
UTILS_API bool findStopColor(char *colorlist, char *clrs[2], float *frac);
extern int emit_once(char *str);
extern shape_desc *find_user_shape(char *name);
-extern bool mapbool(char *s);
+extern bool mapbool(const char *s);
int gvrender_select(GVJ_t * job, const char *str)
{
FORMAT_XBM,
} format_type;
-extern bool mapbool(char *);
+extern bool mapbool(const char *);
extern pointf Bezier(pointf * V, int degree, double t, pointf * Left, pointf * Right);
#define BEZIERSUBDIVISION 10