Changeset 988 for vendor/current/source3/client/tree.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/client/tree.c
r414 r988 31 31 struct tree_data { 32 32 33 guint32 type; /* Type of tree item, an SMBC_TYPE */33 guint32_t type; /* Type of tree item, an SMBC_TYPE */ 34 34 char name[256]; /* May need to change this later */ 35 35 … … 129 129 } 130 130 131 struct tree_data *make_tree_data(guint32 type, const char *name)131 struct tree_data *make_tree_data(guint32_t type, const char *name) 132 132 { 133 133 struct tree_data *p = SMB_MALLOC_P(struct tree_data);
Note:
See TracChangeset
for help on using the changeset viewer.