]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fd.c
crypt: Deduplicate get_public_key().
[paraslash.git] / fd.c
diff --git a/fd.c b/fd.c
index f1c3792cf97bd74176db3e2c87326d96d4e3e179..7079b51cc95c683af1187f0b4af1412b07e40950 100644 (file)
--- a/fd.c
+++ b/fd.c
@@ -316,9 +316,9 @@ out:
  *
  * \param fn The file name.
  *
- * \return Non-zero iff file exists.
+ * \return True iff file exists.
  */
-int file_exists(const char *fn)
+bool file_exists(const char *fn)
 {
        struct stat statbuf;