diff options
-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 */ |