1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-05 04:23:51 +03:00

r14380: Reduce the size of structs.h

This commit is contained in:
Jelmer Vernooij
2006-03-14 15:03:25 +00:00
committed by Gerald (Jerry) Carter
parent 1d2d970f3b
commit 1a16a6f1df
57 changed files with 189 additions and 175 deletions

View File

@@ -20,6 +20,9 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#ifndef __LIBNET_JOIN_H__
#define __LIBNET_JOIN_H__
#include "librpc/gen_ndr/ndr_netlogon.h"
enum libnet_Join_level {
@@ -76,3 +79,5 @@ struct libnet_Join {
} out;
};
#endif /* __LIBNET_JOIN_H__ */