123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #ifndef _MONMUX_READCONF_H
- #define _MONMUX_READCONF_H
- #include "data.h"
- __BEGIN_DECLS
- int read_config_file(struct muxlist *, struct sourcelist *, const char *);
- __END_DECLS
- #endif
|