summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-11-17 17:37:11 +0000
committerErik Troan <ewt@redhat.com>2000-11-17 17:37:11 +0000
commitf942fb8a5541db5a2ae383fa4a5d7e5388cdf34e (patch)
treead78eda7b08cb7fb6cbb39f457caa619f8c5d879 /isys/isys.h
parent514ad7cda7019e35fd9fe94f0cb28d8462715092 (diff)
downloadanaconda-f942fb8a5541db5a2ae383fa4a5d7e5388cdf34e.tar.gz
anaconda-f942fb8a5541db5a2ae383fa4a5d7e5388cdf34e.tar.xz
anaconda-f942fb8a5541db5a2ae383fa4a5d7e5388cdf34e.zip
added code to check to see if a file is an iso image
Diffstat (limited to 'isys/isys.h')
-rw-r--r--isys/isys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/isys/isys.h b/isys/isys.h
index f91ba47c2..82d1e2dea 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -47,4 +47,7 @@ int devMakeInode(char * devName, char * path);
int insmod(char * modName, char * path, char ** args);
int rmmod(char * modName);
+/* returns 0 for true, !0 for false */
+int fileIsIso(const char * file);
+
#endif