diff options
author | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-03-02 16:13:25 -0500 |
---|---|---|
committer | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-03-02 16:13:25 -0500 |
commit | bf950ea7586c558205a7315419d015263f53e4e4 (patch) | |
tree | 8ada11826e460cca7b61983e3bc90478af663d59 /source3 | |
parent | 3c0029e9bf187a44646e3bf32e62e7fe6800a69d (diff) | |
download | samba-bf950ea7586c558205a7315419d015263f53e4e4.tar.gz samba-bf950ea7586c558205a7315419d015263f53e4e4.tar.bz2 samba-bf950ea7586c558205a7315419d015263f53e4e4.zip |
fixed missing white space
(This used to be commit 71e86f13b0ace3841c6712084728c79db74ff803)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/libsmbclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/libsmbclient.h b/source3/include/libsmbclient.h index 78f5931221..bfed71de1c 100644 --- a/source3/include/libsmbclient.h +++ b/source3/include/libsmbclient.h @@ -1016,6 +1016,7 @@ void smbc_option_set(SMBCCTX *context, char *option_name, ... /* option_value */); + /* * @DEPRECATED. Use smbc_getOption*() functions instead. */ |