Windows global stuff:
[krb5.git] / src / lib / krb5 / krb / int-proto.h
index 911b731de4e65fa803f486c945befea3947d6992..0a08e39cdc866fe48255db31741327a881a1106f 100644 (file)
@@ -1,7 +1,5 @@
 /*
- * $Source$
- * $Author$
- * $Id$
+ * lib/krb5/krb/int-proto.h
  *
  * Copyright 1990,1991 the Massachusetts Institute of Technology.
  * All Rights Reserved.
 
 #ifndef KRB5_INT_FUNC_PROTO__
 #define KRB5_INT_FUNC_PROTO__
-/* widen prototypes, if needed */
-#include <krb5/widen.h>
 
 krb5_error_code krb5_tgtname
-    PROTOTYPE((const krb5_data *,
-              const krb5_data *,
-              krb5_principal *));
+       PROTOTYPE((krb5_context context,
+                  const krb5_data *,
+                  const krb5_data *,
+                  krb5_principal *));
 krb5_error_code krb5_get_cred_via_tgt
-    PROTOTYPE((krb5_creds *,
-              const krb5_flags,
-              const krb5_enctype,
-              const krb5_cksumtype,
-              krb5_creds * ));
-/* and back to normal... */
-#include <krb5/narrow.h>
+       PROTOTYPE((krb5_context context,
+                  krb5_creds *,
+                  const krb5_flags,
+                  const krb5_cksumtype,
+                  krb5_creds *,
+                  krb5_creds **));
+krb5_error_code krb5_get_cred_via_2tgt
+       PROTOTYPE((krb5_context context,
+                  krb5_creds *,
+                  const krb5_flags,
+                  const krb5_cksumtype,
+                  krb5_creds *,
+                  krb5_creds **));
 
 #endif /* KRB5_INT_FUNC_PROTO__ */