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

r12451: Add 'struct libnet_context;' - apparently the order of the prototypes

in proto.h previously already did this somehow, probably because it
was used as a return value before it was used as a parameter.
(This used to be commit 30861b0f0e)
This commit is contained in:
Jelmer Vernooij 2005-12-23 14:21:50 +00:00 committed by Gerald (Jerry) Carter
parent 1ac5c35ed9
commit 81eb29da2a

View File

@ -180,6 +180,7 @@ struct dcesrv_endpoint;
struct dcesrv_call_state;
struct dcesrv_auth;
struct libnet_context;
struct libnet_Join;
struct libnet_JoinDomain;
union libnet_ChangePassword;