+2003-11-28 Theodore Ts'o <tytso@mit.edu>
+
+ * et_c.awk: Add declaration of the Heimdal initialization routine
+ to avoid gcc -Wall complaints
+
2003-11-26 Theodore Ts'o <tytso@mit.edu>
* com_err.h, com_err.c: Use GCC attributes to mark com_err and
print "}" > outfile
print "" > outfile
print "/* For Heimdal compatibility */" > outfile
+ print "void initialize_" table_name "_error_table_r(struct et_list **list);" > outfile
+ print "" > outfile
print "void initialize_" table_name "_error_table_r(struct et_list **list)" > outfile
print "{" > outfile
print " struct et_list *et, **end;" > outfile
}
/* For Heimdal compatibility */
+void initialize_ovk_error_table_r(struct et_list **list);
+
void initialize_ovk_error_table_r(struct et_list **list)
{
struct et_list *et, **end;
}
/* For Heimdal compatibility */
+void initialize_h3test_error_table_r(struct et_list **list);
+
void initialize_h3test_error_table_r(struct et_list **list)
{
struct et_list *et, **end;
}
/* For Heimdal compatibility */
+void initialize_krb_error_table_r(struct et_list **list);
+
void initialize_krb_error_table_r(struct et_list **list)
{
struct et_list *et, **end;