libcaptive-gnomevfs.so separated to Gnome-VFS vs. reactos specific parts
authorshort <>
Sat, 11 Jan 2003 18:23:28 +0000 (18:23 +0000)
committershort <>
Sat, 11 Jan 2003 18:23:28 +0000 (18:23 +0000)
commita6bbf241da9447587253dc9b44e0845bebdbe9f1
tree7e517e68d1135f251692ced5b0c853225e937e06
parent2586aded943e178d8e1f5903cb062bf52bfbc67c
libcaptive-gnomevfs.so separated to Gnome-VFS vs. reactos specific parts
 - Gnome-VFS part remains in src/client/libcaptive-gnomevfs/
 - reactos part implemented by "captive/client-*.h" and "libcaptive/client/*.c"
src/client/libcaptive-gnomevfs/gnome-vfs-method.c
src/libcaptive/client/Makefile.am
src/libcaptive/client/directory.c [new file with mode: 0644]
src/libcaptive/client/file.c [new file with mode: 0644]
src/libcaptive/client/file_info.c [new file with mode: 0644]
src/libcaptive/client/lib.c [new file with mode: 0644]
src/libcaptive/client/lib.h [new file with mode: 0644]
src/libcaptive/include/captive/Makefile.am
src/libcaptive/include/captive/client-directory.h [new file with mode: 0644]
src/libcaptive/include/captive/client-file.h [new file with mode: 0644]
src/libcaptive/include/captive/client-file_info.h [new file with mode: 0644]