mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-13 03:15:42 +01:00
25 lines
796 B
C
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 */
|
||
|
/*****************************************************************************/
|