From f53f93e2d8d10e9387494f64a8f9d17108e324b7 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Tue, 29 Oct 2002 15:55:18 +0000 Subject: Merge rest of Jelmer's popt_common updates from HEAD to fix build. (This used to be commit 5dfc073305003fabf6d54bf99b1281f266db292d) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/smb.h') 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 */ -- cgit