sockaddr_in.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10236
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Oct 20 14:09:45 1997 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * krb.h: If we are using prototypes, add a forward declaration for
+ struct sockaddr_in.
+
Tue Oct 14 15:39:28 1997 Tom Yu <tlyu@voltage-multiplier.mit.edu>
* des.h: Define KRB_INT32 for the purposes of dealing with the key
* Function Prototypes for Kerberos V4.
*/
+#if (defined(__STDC__) || defined(_WINDOWS)) && !defined(KRB5_NO_PROTOTYPES)
+struct sockaddr_in;
+#endif
+
/* dest_tkt.c */
KRB5_DLLIMP int KRB5_CALLCONV dest_tkt
PROTOTYPE((void));