DEVEL15-windows-freelance-20071222

LICENSE MIT

remove unused next field in cm_localMountPoint_t


(cherry picked from commit 0421cb2afcc19f05e83a2e415c3e93df8516da98)
This commit is contained in:
Jeffrey Altman 2007-12-23 03:39:59 +00:00
parent 10e8a05fb2
commit 84cf7ecd86

View File

@ -6,7 +6,6 @@ typedef struct cm_localMountPoint {
char* namep;
char* mountPointStringp;
unsigned int fileType;
struct cm_localMountPoint* next;
} cm_localMountPoint_t;
extern int cm_getNoLocalMountPoints();