summaryrefslogtreecommitdiff
path: root/source4/libcli/clilist.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-07-19 10:35:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:41 -0500
commitd093b7e7771c3f143546889c95f97dd0be16998f (patch)
treefb6e6f9405db28f06333951cc632db194bdd69dd /source4/libcli/clilist.c
parent6ec9c7bd301703ee9f894a10d23b82f4577404f0 (diff)
downloadsamba-d093b7e7771c3f143546889c95f97dd0be16998f.tar.gz
samba-d093b7e7771c3f143546889c95f97dd0be16998f.tar.bz2
samba-d093b7e7771c3f143546889c95f97dd0be16998f.zip
r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'
e.g. we now have 'union smb_mkdir' and 'enum smb_mkdir_level' in sync we may should also rename 'RAW_MKDIR_*' -> 'SMB_MKDIR_*' metze (This used to be commit 0bb50dcf1ccb9797000fcbea4d8a73f2d2a3db77)
Diffstat (limited to 'source4/libcli/clilist.c')
-rw-r--r--source4/libcli/clilist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/clilist.c b/source4/libcli/clilist.c
index 09d536a710..f5ff4bd699 100644
--- a/source4/libcli/clilist.c
+++ b/source4/libcli/clilist.c
@@ -95,7 +95,7 @@ int cli_list_new(struct cli_tree *tree, const char *Mask, uint16_t attribute,
char *mask;
int ff_eos = 0, i, ff_searchcount;
int ff_dir_handle=0;
- enum search_level level;
+ enum smb_search_level level;
/* initialize state for search */
state.dirlist = NULL;