Ooops. key_discard doesn't return a value. Make the declaration reflect
[u/mdw/catacomb] / key.h
diff --git a/key.h b/key.h
index aad448b..ff3f81d 100644 (file)
--- a/key.h
+++ b/key.h
@@ -240,7 +240,7 @@ extern int key_open(key_file */*f*/, const char */*file*/, unsigned /*how*/,
  * Use:                Frees all the key data, without writing changes.
  */
 
-extern int key_discard(key_file */*f*/);
+extern void key_discard(key_file */*f*/);
 
 /* --- @key_close@ --- *
  *