summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 0506c410f3..4f37c38413 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1711,14 +1711,7 @@ typedef struct {
#define DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH 14
-/* Common popt structures */
-
-extern struct poptOption popt_common_debug[];
-extern struct poptOption popt_common_configfile[];
-extern struct poptOption popt_common_socket_options[];
-extern struct poptOption popt_common_version[];
-extern struct poptOption popt_common_netbios_name[];
-extern struct poptOption popt_common_log_base[];
+#include "popt_common.h"
/* Module support */
typedef int (init_module_function) (void);