s3:libads/kerberos_proto.h: add _LIBADS_KERBEROS_PROTO_H_ guard (cherry picked from...
authorMichael Adam <obnox@samba.org>
Mon, 30 May 2011 22:39:09 +0000 (00:39 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 14 Jun 2011 18:14:06 +0000 (20:14 +0200)
source3/libads/kerberos_proto.h

index 8acfb45997812ef19d924e1d1c596cc9e42b1016..406669cc49f1fb608786b313767c306196e81913 100644 (file)
@@ -27,6 +27,9 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _LIBADS_KERBEROS_PROTO_H_
+#define _LIBADS_KERBEROS_PROTO_H_
+
 struct PAC_LOGON_INFO;
 
 #include "libads/ads_status.h"
@@ -98,3 +101,5 @@ ADS_STATUS kerberos_set_password(const char *kpasswd_server,
                                 const char *auth_principal, const char *auth_password,
                                 const char *target_principal, const char *new_password,
                                 int time_offset);
+
+#endif /* _LIBADS_KERBEROS_PROTO_H_ */