#ifndef BAR_H #define BAR_H #include "pipe.h" void new_component(char *name); void set_layout(char argv[MAX_ARGS][MAX_ARG_LEN], int argc); #endif