(Metux) autogen.sh: not running ./configure anymore (breaks certain distro builders)
[mirror-ossqm-audiofile.git] / docs / afCloseFile
blobc1f67bae31f74a44735d48a903e61b665a892359
1 afCloseFile closes an open audio file, updating the file if it was
2 opened for writing.
4 SYNOPSIS
5 #include <audiofile.h>
7 int afCloseFile (AFfilehandle file);
9 RETURN VALUE
10 afCloseFile returns 0 if the file was closed properly and -1 if an
11 error occurred while closing the file.
13 ERRORS
14 afCloseFile can generate these possible errors:
15 AF_BAD_FILEHANDLE
16 AF_BAD_LSEEK
17 AF_BAD_WRITE