1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-21 12:23:50 +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 __WB_ASYNC_HELPERS_H__
#define __WB_ASYNC_HELPERS_H__
#include "librpc/gen_ndr/lsa.h"
struct wb_sid_object {
@@ -29,3 +32,4 @@ struct wb_sid_object {
const char *name;
};
#endif /* __WB_ASYNC_HELPERS_H__ */