Tint2conf: use strcat instead of append (issue #580)
This commit is contained in:
@@ -41,9 +41,6 @@ typedef enum MouseAction {
|
||||
|
||||
#define ALL_DESKTOPS 0xFFFFFFFF
|
||||
|
||||
// add c to s
|
||||
char *append(char *s, char c);
|
||||
|
||||
// Copies a file to another path
|
||||
void copy_file(const char *path_src, const char *path_dest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user