summaryrefslogtreecommitdiffstats
path: root/loader/misc.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-01-30 19:12:39 +0000
committerErik Troan <ewt@redhat.com>2001-01-30 19:12:39 +0000
commit2d8704857ed4a0a182b29c7eab696578dcd96a08 (patch)
tree54e50620fcc18749a2e6b3cc1ee776a53e74adff /loader/misc.h
parentfc52eb64e5cef745015a1cb92c0a7d4bcd251b68 (diff)
downloadanaconda-2d8704857ed4a0a182b29c7eab696578dcd96a08.tar.gz
anaconda-2d8704857ed4a0a182b29c7eab696578dcd96a08.tar.xz
anaconda-2d8704857ed4a0a182b29c7eab696578dcd96a08.zip
added readLine() [merge from 7.0 branch]
Diffstat (limited to 'loader/misc.h')
-rw-r--r--loader/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/misc.h b/loader/misc.h
index 2d29534d6..b85f140db 100644
--- a/loader/misc.h
+++ b/loader/misc.h
@@ -2,5 +2,6 @@
#define H_LOADER_MISC_H
int copyFile(char * source, char * dest);
+char * readLine(FILE * f);
#endif