diff options
Diffstat (limited to 'source3/include/rpc_creds.h')
-rw-r--r-- | source3/include/rpc_creds.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/rpc_creds.h b/source3/include/rpc_creds.h index 3247e1efdf..0ab508ffe7 100644 --- a/source3/include/rpc_creds.h +++ b/source3/include/rpc_creds.h @@ -20,6 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + #ifndef _RPC_CREDS_H /* _RPC_CREDS_H */ #define _RPC_CREDS_H @@ -91,6 +92,6 @@ typedef struct cred_command CREDS_HYBRID *cred; } CREDS_CMD; - + #endif /* _RPC_CREDS_H */ |