1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Missed a few 'deprecated' markers

(This used to be commit 76ba37ac46)
This commit is contained in:
Derrell Lipman
2008-03-03 18:25:49 -05:00
parent 1363ee9d65
commit ee45d0d663
2 changed files with 3 additions and 3 deletions

View File

@ -2767,7 +2767,7 @@ struct _SMBCCTX
* DEPRECATED: * DEPRECATED:
* Use smbc_getServerCacheData(), smbc_setServerCacheData() * Use smbc_getServerCacheData(), smbc_setServerCacheData()
*/ */
void * reserved; /* space where server_cache_data used to be */ void * reserved _DEPRECATED_;
/* /*
* Very old configuration options. * Very old configuration options.
@ -2796,7 +2796,7 @@ struct _SMBCCTX
int browse_max_lmb_count _DEPRECATED_; int browse_max_lmb_count _DEPRECATED_;
int urlencode_readdir_entries _DEPRECATED_; int urlencode_readdir_entries _DEPRECATED_;
int one_share_per_server _DEPRECATED_; int one_share_per_server _DEPRECATED_;
} options; } options _DEPRECATED_;
/** INTERNAL DATA /** INTERNAL DATA
* do _NOT_ touch this from your program ! * do _NOT_ touch this from your program !