summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-03-02 16:13:25 -0500
committerKarolin Seeger <ks@sernet.de>2008-03-04 09:01:31 +0100
commit8bf707c13794539029be2229f0c587b713b4fd20 (patch)
tree316edeb8a2ef27809503ea0f74f37617ca67f405
parent938c6aef24c696be9bd247e43c7c5ec1f792dbd6 (diff)
downloadsamba-8bf707c13794539029be2229f0c587b713b4fd20.tar.gz
samba-8bf707c13794539029be2229f0c587b713b4fd20.tar.xz
samba-8bf707c13794539029be2229f0c587b713b4fd20.zip
fixed missing white space
(cherry picked from commit 71e86f13b0ace3841c6712084728c79db74ff803)
-rw-r--r--source/include/libsmbclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/libsmbclient.h b/source/include/libsmbclient.h
index 78f5931221b..bfed71de1c6 100644
--- a/source/include/libsmbclient.h
+++ b/source/include/libsmbclient.h
@@ -1016,6 +1016,7 @@ void
smbc_option_set(SMBCCTX *context,
char *option_name,
... /* option_value */);
+
/*
* @DEPRECATED. Use smbc_getOption*() functions instead.
*/