1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r5786: Bugzilla #2443. Fix gcc4 compile found by Mark Loeser.

(This used to be commit ab79612ac6)
This commit is contained in:
Tim Potter 2005-03-14 11:00:31 +00:00 committed by Gerald (Jerry) Carter
parent ec066590d1
commit ef422bff26

View File

@ -21,6 +21,8 @@
#ifndef _POPT_COMMON_H
#define _POPT_COMMON_H
#include <popt.h>
/* Common popt structures */
extern struct poptOption popt_common_samba[];
extern struct poptOption popt_common_connection[];