From 95a3c7fe3fca3eea7dcf4cd01e98deb4bf37b812 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Mon, 27 Feb 1995 21:32:03 +0000 Subject: Converted the krb5/krb directory to work under windows. Mostly added the windows INTERFACE keyword to functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5002 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/krb/rd_rep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/krb5/krb/rd_rep.c') diff --git a/src/lib/krb5/krb/rd_rep.c b/src/lib/krb5/krb/rd_rep.c index 13a49c7409..779fbad949 100644 --- a/src/lib/krb5/krb/rd_rep.c +++ b/src/lib/krb5/krb/rd_rep.c @@ -41,7 +41,7 @@ * returns system errors, encryption errors, replay errors */ -krb5_error_code +krb5_error_code INTERFACE krb5_rd_rep(context, inbuf, kblock, repl) krb5_context context; const krb5_data *inbuf; -- cgit