/*****************************************************************************/ /* Begin #include statements */ /* End #include statements */ /*****************************************************************************/ /*****************************************************************************/ /* Begin function prototypes */ int config_init(); int config_read(const char *file); int setup_pixmaps(GtkWidget *xpmparent); /* End function prototypes */ /*****************************************************************************/ /*****************************************************************************/ /* Begin #define statements */ #define HOME_FILE ".xamixer" /* End #define statements */ /*****************************************************************************/