diff -3Nur old/include/krbsc_extern.h new/include/krbsc_extern.h
--- old/include/krbsc_extern.h	Wed Dec 31 19:00:00 1969
+++ new/include/krbsc_extern.h	Mon Jul  3 17:29:06 2000
@@ -0,0 +1,15 @@
+/* 7/3/2000
+   Naomaru Itoi
+
+   External Declarations for Global Variables in libk5cryto.a.
+ */
+
+#ifdef KRBSC
+extern int	KRB5_USE_SC;
+extern int	KRB5_PRINT_KEY;
+extern int	KRB5_SC_PORTNUM;
+extern int	KRB5_EECS_598;
+extern char 	* global_client_name;
+extern char	* KRB5_SC_OVER_IP;	/* contains IP addr, or NULL if not IP mode */
+extern char	* appletID;
+#endif /* KRBSC */
