From 81eb29da2a33b391cf2ca9eefd415c3aa45ff319 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 23 Dec 2005 14:21:50 +0000 Subject: 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 30861b0f0e6496d13fb61b2927e3f24d16a9b911) --- source4/include/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/include/structs.h b/source4/include/structs.h index a7dd758b5c..c03d8968c4 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -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; -- cgit