X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fd.c;h=7079b51cc95c683af1187f0b4af1412b07e40950;hp=f1c3792cf97bd74176db3e2c87326d96d4e3e179;hb=5f20d9afde364f9ce51aa7841ebe513028a65e81;hpb=d31995b3074bb19aa4da66ce5c4774ca9ed101a1 diff --git a/fd.c b/fd.c index f1c3792c..7079b51c 100644 --- 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;