summaryrefslogtreecommitdiff
path: root/config.h
blob: 486919c506156d3b0746ab7d708a91794bbce7be (plain)
1
2
3
4
5
6
7
#ifndef _CONFIG_H_
#define _CONFIG_H_

int cfg_init();
void cfg_free();

#endif