]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - lib/loopdev.c
Revert "lib/loopdev.c: Inline loopcxt_has_device"
[thirdparty/util-linux.git] / lib / loopdev.c
index ede1b5cdceef52d30ea13f2dea3dc6b3cb3cd392..99a0939260c12511536887625ab8c32b4b4be40f 100644 (file)
@@ -127,7 +127,7 @@ int loopcxt_set_device(struct loopdev_cxt *lc, const char *device)
        return 0;
 }
 
-inline int loopcxt_has_device(struct loopdev_cxt *lc)
+int loopcxt_has_device(struct loopdev_cxt *lc)
 {
        return lc && *lc->device;
 }