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 | a15434314fd8cd88eab40e7cbc8f06a7d0d0169e (patch) | |
tree | a078fb153f50a50a6d5bbf1bf903dc96a2fa2815 /source/include/smb.h | |
parent | 7badccda46a0837dd9da802b44c2fbcb4f38845a (diff) | |
download | samba-a15434314fd8cd88eab40e7cbc8f06a7d0d0169e.tar.gz samba-a15434314fd8cd88eab40e7cbc8f06a7d0d0169e.tar.xz samba-a15434314fd8cd88eab40e7cbc8f06a7d0d0169e.zip |
Add popt_common_socket_options
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 42b8113e590..eb5bd34378e 100644 --- a/source/include/smb.h +++ b/source/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); |