00001 00010 #if !defined(_VIRTUALFS_H) 00011 #define _VIRTUALFS_H 00012 00013 #if defined(__cplusplus) 00014 extern "C" { 00015 #endif 00016 00017 void setArchivePath(char *base); 00018 00019 #if defined(__cplusplus) 00020 } 00021 #endif