summaryrefslogtreecommitdiff
path: root/source3/include/libsmbclient.h
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-03-03 18:25:49 -0500
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-03-03 18:25:49 -0500
commitee45d0d6630624b735a7ea07639ffa0d774a337c (patch)
treeebd3d3e5deaed9f03569d3e82be707ed92ba510a /source3/include/libsmbclient.h
parent1363ee9d65965704f716965c6cbcfc0693ca2401 (diff)
downloadsamba-ee45d0d6630624b735a7ea07639ffa0d774a337c.tar.gz
samba-ee45d0d6630624b735a7ea07639ffa0d774a337c.tar.bz2
samba-ee45d0d6630624b735a7ea07639ffa0d774a337c.zip
Missed a few 'deprecated' markers
(This used to be commit 76ba37ac46b4a77fe228ca90635fa19140541ccd)
Diffstat (limited to 'source3/include/libsmbclient.h')
-rw-r--r--source3/include/libsmbclient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h
index a60c05fa7f..e1a4b74567 100644
--- a/source3/include/libsmbclient.h
+++ b/source3/include/libsmbclient.h
@@ -2767,7 +2767,7 @@ struct _SMBCCTX
* DEPRECATED:
* Use smbc_getServerCacheData(), smbc_setServerCacheData()
*/
- void * reserved; /* space where server_cache_data used to be */
+ void * reserved _DEPRECATED_;
/*
* Very old configuration options.
@@ -2796,7 +2796,7 @@ struct _SMBCCTX
int browse_max_lmb_count _DEPRECATED_;
int urlencode_readdir_entries _DEPRECATED_;
int one_share_per_server _DEPRECATED_;
- } options;
+ } options _DEPRECATED_;
/** INTERNAL DATA
* do _NOT_ touch this from your program !