]> git.sesse.net Git - vlc/blobdiff - include/vlc_fs.h
Move intf_EJect() out of core
[vlc] / include / vlc_fs.h
index e3ab442db86ec71889b8b603b275d7eb5eee9e86..65cd4cbb88b2a948d43512dca9f8696a00c8b984 100644 (file)
@@ -43,6 +43,7 @@ VLC_API int vlc_mkdir( const char *filename, mode_t mode );
 
 VLC_API int vlc_unlink( const char *filename );
 VLC_API int vlc_rename( const char *oldpath, const char *newpath );
+VLC_API char *vlc_getcwd( void ) VLC_USED;
 
 #if defined( WIN32 )
 # ifndef UNDER_CE