From 7ee8de012b38d517a3ebccd377b13fe79b9e4103 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 5 Oct 2002 05:43:44 +0000 Subject: Add more common options to popt_common - and start using the ones for debuglevel and configuration file in pdbedit (This used to be commit cb0d03a393d9009c3e16b9d05d88c171de9a9414) --- 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 b5ab504415..7ce7599239 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1664,5 +1664,6 @@ typedef struct { /* Common popt structures */ extern struct poptOption popt_common_debug[]; +extern struct poptOption popt_common_configfile[]; #endif /* _SMB_H */ -- cgit