diff options
author | Jim McDonough <jmcd@samba.org> | 2002-10-29 15:55:18 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-10-29 15:55:18 +0000 |
commit | f53f93e2d8d10e9387494f64a8f9d17108e324b7 (patch) | |
tree | 0d50344bf6d17d249b113d199d9c8ec71915d350 | |
parent | 4a7c48aaf0a189c7c6babb4f3745cfee0aa2b8e6 (diff) | |
download | samba-f53f93e2d8d10e9387494f64a8f9d17108e324b7.tar.gz samba-f53f93e2d8d10e9387494f64a8f9d17108e324b7.tar.bz2 samba-f53f93e2d8d10e9387494f64a8f9d17108e324b7.zip |
Merge rest of Jelmer's popt_common updates from HEAD to fix build.
(This used to be commit 5dfc073305003fabf6d54bf99b1281f266db292d)
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 03f77a96d0..1ef69c5fc9 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1669,5 +1669,6 @@ typedef struct { /* Common popt structures */ extern struct poptOption popt_common_debug[]; +extern struct poptOption popt_common_configfile[]; #endif /* _SMB_H */ |