diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-02 01:07:27 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-02 01:07:27 +0000 |
commit | 209f91134455215999b5764957bff60f6b500c4e (patch) | |
tree | 0e6980651c83a54befe2604d5f4f80b0650a47f2 /source3/include | |
parent | aed20178dfa880301163bed5192e42712bc64146 (diff) | |
download | samba-209f91134455215999b5764957bff60f6b500c4e.tar.gz samba-209f91134455215999b5764957bff60f6b500c4e.tar.bz2 samba-209f91134455215999b5764957bff60f6b500c4e.zip |
Add popt_common_socket_options
(This used to be commit a15434314fd8cd88eab40e7cbc8f06a7d0d0169e)
Diffstat (limited to 'source3/include')
-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 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); |