summaryrefslogtreecommitdiffstats
path: root/loader/misc.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-09-18 16:11:13 +0000
committerErik Troan <ewt@redhat.com>1999-09-18 16:11:13 +0000
commite6f692d2ca3c95d0b86253a473c0acf21ce69bcb (patch)
treec8ad006e31dab674855db21c8366122e3d5f83b5 /loader/misc.h
parenta7db59806d95e72102fb0601216ca481f5d4a380 (diff)
downloadanaconda-e6f692d2ca3c95d0b86253a473c0acf21ce69bcb.tar.gz
anaconda-e6f692d2ca3c95d0b86253a473c0acf21ce69bcb.tar.xz
anaconda-e6f692d2ca3c95d0b86253a473c0acf21ce69bcb.zip
*** empty log message ***
Diffstat (limited to 'loader/misc.h')
-rw-r--r--loader/misc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/loader/misc.h b/loader/misc.h
new file mode 100644
index 000000000..2d29534d6
--- /dev/null
+++ b/loader/misc.h
@@ -0,0 +1,6 @@
+#ifndef H_LOADER_MISC_H
+#define H_LOADER_MISC_H
+
+int copyFile(char * source, char * dest);
+
+#endif