X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device-src%2Ftape-ops.h;h=bebe28abc3b32ca45c096f3002e49462d51a8f60;hb=fb2bd066c2f8b34addafe48d62550e3033a59431;hp=24483738550061f20641eba97e20bfda89bc80aa;hpb=a6127998ee6dcab6bb034f6ca985b07804a86f9a;p=debian%2Famanda diff --git a/device-src/tape-ops.h b/device-src/tape-ops.h index 2448373..bebe28a 100644 --- a/device-src/tape-ops.h +++ b/device-src/tape-ops.h @@ -53,7 +53,7 @@ typedef enum { TAPE_CHECK_UNKNOWN, TAPE_CHECK_FAILURE } TapeCheckResult; -TapeCheckResult tape_is_tape_device(int fd); +ReadLabelStatusFlags tape_is_tape_device(int fd); TapeCheckResult tape_is_ready(int fd); /* Also implemented in above files. Sets properties on the device. */