From: Mark Eichin Date: Thu, 27 Apr 1995 19:40:39 +0000 (+0000) Subject: and it needs PROTOTYPE() around it.. X-Git-Tag: krb5-1.0-beta5~185 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59a82f5c712e333ba0e11ae4f96bd20eab358d25;p=krb5.git and it needs PROTOTYPE() around it.. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5567 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 6d82872be..eccbe9003 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,7 +1,7 @@ Thu Apr 27 15:36:27 1995 Mark Eichin * test_parse.c (main): can't make function declarations local to - functions under SunOS cc. (dump_profile) + functions under SunOS cc. (dump_profile) Also needs to be protected. Thu Apr 27 10:43:24 1995 Keith Vetter (keithv@fusion.com) diff --git a/src/util/profile/test_parse.c b/src/util/profile/test_parse.c index 6b832d4ae..af88203cb 100644 --- a/src/util/profile/test_parse.c +++ b/src/util/profile/test_parse.c @@ -20,7 +20,7 @@ char *error_message (long err) { } #endif -void dump_profile(struct profile_node *root, int level); +void dump_profile PROTOTYPE((struct profile_node *root, int level)); int main(argc, argv) int argc;