mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 05:55:42 +01:00
24 lines
796 B
C
24 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 */
|
|
/*****************************************************************************/
|