Fjerner filer som ikke lenger trengs
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user