diff options
author | Tim Potter <tpot@samba.org> | 2002-07-29 09:28:16 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-07-29 09:28:16 +0000 |
commit | c47d973ff27ad4aa16f2cd8f5bed2322838dc12b (patch) | |
tree | 36c6fb2995bafe9407f55f889b2b73f4317a7450 /source3 | |
parent | 8f0b2c5f5a39a0058dc087abba4b6d9aee78836d (diff) | |
download | samba-c47d973ff27ad4aa16f2cd8f5bed2322838dc12b.tar.gz samba-c47d973ff27ad4aa16f2cd8f5bed2322838dc12b.tar.bz2 samba-c47d973ff27ad4aa16f2cd8f5bed2322838dc12b.zip |
Added extern for popt_common_debug.
(This used to be commit 4c664a0de89676cfb2b14a93d4e30aed04e29fe9)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index c48c81e6e4..915ab66703 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1667,4 +1667,8 @@ typedef struct { #define DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH 14 +/* Common popt structures */ + +extern struct poptOption popt_common_debug[]; + #endif /* _SMB_H */ |