Skip to content
Snippets Groups Projects
config.h 264 B
Newer Older
#ifndef _CONFIG_H_
#define _CONFIG_H_

void clear_remote_config(void);
void append_received_config_chunk(char *buf, int length);
void load_config_file(char *filename);
Cedric Roux's avatar
Cedric Roux committed
void get_local_config(char **txt, int *len);