summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 42b8113e59..eb5bd34378 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1696,6 +1696,7 @@ typedef struct {
extern struct poptOption popt_common_debug[];
extern struct poptOption popt_common_configfile[];
+extern struct poptOption popt_common_socket_options[];
/* Module support */
typedef NTSTATUS (init_module_function) (void);