alsa-utils/xamixer2/config.h

25 lines
796 B
C

/*****************************************************************************/
/* 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 */
/*****************************************************************************/