mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-09 02:55:52 +01:00
WINGs: Add copy_file() to libWUtil
This is essentially the fetchFile() from wcolorpanel.c from the last commit, but renamed to a better name. This patch just adds the function to the lib. Nobody uses it yet.
This commit is contained in:
@@ -201,6 +201,8 @@ char* wfindfileinarray(WMPropList* array, char *file);
|
||||
|
||||
char* wexpandpath(char *path);
|
||||
|
||||
int copy_file(char *toPath, char *srcFile, char *destFile);
|
||||
|
||||
/* don't free the returned string */
|
||||
char* wgethomedir(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user