blob: b13636580df79fc6954e9f994340dcf49082fdcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#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
|