Blame alsamixer/configparser.h

Packit Service a9274b
#ifndef CONFIGPARSER_H_INCLUDED
Packit Service a9274b
#define CONFIGPARSER_H_INCLUDED
Packit Service a9274b
Packit Service a9274b
#define CONFIG_DEFAULT ((const char*) 1)
Packit Service a9274b
Packit Service a9274b
void parse_config_file(const char *file);
Packit Service a9274b
void parse_default_config_file();
Packit Service a9274b
Packit Service a9274b
#endif