summaryrefslogtreecommitdiffstats
path: root/src/util/profile/test_parse.c
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1995-04-27 19:40:39 +0000
committerMark Eichin <eichin@mit.edu>1995-04-27 19:40:39 +0000
commit59a82f5c712e333ba0e11ae4f96bd20eab358d25 (patch)
treec2f73b19b943c32d625af47b3f9bb0ea5c0a6a6c /src/util/profile/test_parse.c
parent9bae9c9dcc1e547e3f74fa367a573ef19066139a (diff)
downloadkrb5-59a82f5c712e333ba0e11ae4f96bd20eab358d25.tar.gz
krb5-59a82f5c712e333ba0e11ae4f96bd20eab358d25.tar.xz
krb5-59a82f5c712e333ba0e11ae4f96bd20eab358d25.zip
and it needs PROTOTYPE() around it..
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5567 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/test_parse.c')
-rw-r--r--src/util/profile/test_parse.c2
1 files changed, 1 insertions, 1 deletions
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;