00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: fsfile.h 40 2005-01-27 22:46:51Z aquamaniac $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 #ifndef LC_FSFILE_H 00015 #define LC_FSFILE_H 00016 00017 00018 #include <chipcard2-client/fs/fsmodule.h> 00019 #include <chipcard2-client/fs/fsnode.h> 00020 00021 00022 00023 typedef struct LC_FSFILE_NODE LC_FSFILE_NODE; 00024 typedef struct LC_FSFILE_MODULE LC_FSFILE_MODULE; 00025 00026 LC_FS_NODE *LC_FSFileNode_new(LC_FS_MODULE *fs, 00027 const char *name); 00028 00029 00030 LC_FS_MODULE *LC_FSFileModule_new(const char *path); 00031 00032 00033 /* DEBUG */ 00034 int LC_FSFileModule__Dir2Node2(LC_FS_MODULE *fs, 00035 LC_FS_NODE *node, 00036 const char *path); 00037 00038 00039 00040 #endif 00041
1.5.3