mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 18:35:45 -04:00
Initial community commit
This commit is contained in:
9
Src/Plugins/Library/ml_transcode/reversesync.h
Normal file
9
Src/Plugins/Library/ml_transcode/reversesync.h
Normal file
@ -0,0 +1,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
|
Reference in New Issue
Block a user