mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
9 lines
No EOL
237 B
C
9 lines
No EOL
237 B
C
#ifndef _REVERSESYNC_H
|
|
#define _REVERSESYNC_H
|
|
|
|
WIN32_FIND_DATA *File_Exists(char *buf);
|
|
char *Skip_Root(char *path);
|
|
BOOL RecursiveCreateDirectory(char* buf1);
|
|
char *FixReplacementVars(char *str, int str_size, itemRecord * song);
|
|
|
|
#endif |