X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/1dda051bbae15d2f45db44e1828056b3f2e97285..85bd695090dbecdca2d4562927d09b0fd88317be:/key.h diff --git a/key.h b/key.h index aad448b..ff3f81d 100644 --- 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@ --- * *