summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-03-03 18:25:49 -0500
committerKarolin Seeger <ks@sernet.de>2008-03-04 09:03:01 +0100
commited26f09a91d0bc13ca17d14da6545c8b2a606f97 (patch)
tree456d599cdaccbbf3bb0a5a9c4be68bb5a439c46b /source3
parent2f0a61564ae080b027d43d77428d290fd8ca017b (diff)
downloadsamba-ed26f09a91d0bc13ca17d14da6545c8b2a606f97.tar.gz
samba-ed26f09a91d0bc13ca17d14da6545c8b2a606f97.tar.bz2
samba-ed26f09a91d0bc13ca17d14da6545c8b2a606f97.zip
Missed a few 'deprecated' markers
(cherry picked from commit 76ba37ac46b4a77fe228ca90635fa19140541ccd) (This used to be commit 7c2a0be9cb2916c07074d8d56d698721b02bcfc3)
Diffstat (limited to 'source3')
-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 !