summaryrefslogtreecommitdiff
path: root/frontend/config.h
blob: d45e435c41e88f16b592c5ecea48b7c997a6ac6e (plain)
1
2
3
4
5
6
7
8
9
#ifndef FRONTEND_CONFIG_H
#define FRONTEND_CONFIG_H

#include <stdio.h>

void config_write(FILE *f);
void config_read(const char *cfg);

#endif