Index: src/pcb_bool.h =================================================================== --- src/pcb_bool.h (revision 8751) +++ src/pcb_bool.h (revision 8752) @@ -52,4 +52,6 @@ } \ } while(0) +pcb_bool_op_t pcb_str2boolop(const char *s); + #endif