aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: f5a7e45faa1fc633f68d216dfaba7ea69b7d6fe1 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CONFIG_H
#define CONFIG_H

#include <stdio.h>

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

#endif