functions under SunOS cc. (dump_profile)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5566
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Apr 27 15:36:27 1995 Mark Eichin <eichin@cygnus.com>
+
+ * test_parse.c (main): can't make function declarations local to
+ functions under SunOS cc. (dump_profile)
+
Thu Apr 27 10:43:24 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: made to work on the PC.
}
#endif
+void dump_profile(struct profile_node *root, int level);
+
int main(argc, argv)
int argc;
char **argv;
struct profile_node *root;
unsigned long retval;
FILE *f;
- void dump_profile(struct profile_node *root, int level);
initialize_prof_error_table();
if (argc != 2) {