]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
et_c.awk: Add declaration of the Heimdal initialization routine
authorTheodore Ts'o <tytso@mit.edu>
Fri, 28 Nov 2003 14:38:13 +0000 (09:38 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 28 Nov 2003 14:38:13 +0000 (09:38 -0500)
      to avoid gcc -Wall complaints

(Incomplete checkin --- see previous changeset as well)

lib/et/test_cases/heimdal.c
lib/et/test_cases/heimdal.h
lib/et/test_cases/heimdal2.c
lib/et/test_cases/heimdal2.h

index 432fb22daa7705c806a9e6231d525ae036eb5563..3ae62e3633b7a5756e493d39f65f67cfeadc5c3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * heimdall.c:
+ * heimdal.c:
  * This file is automatically generated; please do not edit it.
  */
 
@@ -117,6 +117,8 @@ void initialize_krb_error_table(void) {
 }
 
 /* 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;
index 245f5c6fc06fa6df80f9f2065414f4509e49e997..5c94354500b3235f1cc3427b97c02d7691352ad3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * heimdall.h:
+ * heimdal.h:
  * This file is automatically generated; please do not edit it.
  */
 
index 4bcb850c6a506a3acfb4e34daccae21d8d984492..261c852197917cf8186d12d9e4b48b9eb3cadedf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * heimdall2.c:
+ * heimdal2.c:
  * This file is automatically generated; please do not edit it.
  */
 
@@ -103,6 +103,8 @@ void initialize_kadm_error_table(void) {
 }
 
 /* For Heimdal compatibility */
+void initialize_kadm_error_table_r(struct et_list **list);
+
 void initialize_kadm_error_table_r(struct et_list **list)
 {
     struct et_list *et, **end;
index 5faa580a9272ccb72feaa04279ece8b35b8954b1..3c2cb7d22d8718c1909b81ce15dd72950d4a031b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * heimdall2.h:
+ * heimdal2.h:
  * This file is automatically generated; please do not edit it.
  */