Changeset 984
- Timestamp:
- Nov 10, 2016, 4:57:43 PM (8 years ago)
- Location:
- trunk/client/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/client/src/dircache.c ¶
r983 r984 11 11 12 12 #include "dircache.h" 13 #include "smbwrp.h"14 13 15 14 PLUGINHELPERTABLE2L *ph; -
TabularUnified trunk/client/src/dircache.h ¶
r983 r984 6 6 #ifndef __DIRCACHE_H__ 7 7 #define __DIRCACHE_H__ 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 8 12 9 13 #include <limits.h> … … 53 57 int fParent); 54 58 59 #ifdef __cplusplus 60 } 61 #endif 62 55 63 #endif // __DIRCACHE_H__
Note:
See TracChangeset
for help on using the changeset viewer.