Fjerner filer som ikke lenger trengs

This commit is contained in:
2018-10-26 16:53:47 +02:00
parent 2b815b30d3
commit ef4add6a89
7 changed files with 53 additions and 160 deletions

View File

@@ -14,6 +14,7 @@ extern const char *db_user;
extern const char *db_passwd;
extern const char *db_name;
extern int
wrong_use(char *format, ...);
@@ -31,7 +32,7 @@ extern int
version(void);
extern int
read_config_file(void);
read_toml_file(void);
/* same as strcpy, but returns a pointer to the end of dest instead of start */
extern char *strmov(char *, const char *);