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 | 4c664a0de89676cfb2b14a93d4e30aed04e29fe9 (patch) | |
tree | d9e73f2dc65dded2ee830ec822832e5306da6f60 /source/include/smb.h | |
parent | a29a86f5b55669c615cdc659d1b8a231b16b3273 (diff) | |
download | samba-4c664a0de89676cfb2b14a93d4e30aed04e29fe9.tar.gz samba-4c664a0de89676cfb2b14a93d4e30aed04e29fe9.tar.xz samba-4c664a0de89676cfb2b14a93d4e30aed04e29fe9.zip |
Added extern for popt_common_debug.
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index c48c81e6e43..915ab66703c 100644 --- a/source/include/smb.h +++ b/source/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 */ |