summaryrefslogtreecommitdiffstats
path: root/loader/misc.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-07 23:13:49 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-07 23:13:49 +0000
commit61bf7b98c090e3332e9fb469f07ca4c5bf4ca184 (patch)
tree5e751befbc71ed119c0a91753f91a405fc173f8e /loader/misc.h
parent7a580c898db8aad8e8619d562b453436df47cb7e (diff)
downloadanaconda-61bf7b98c090e3332e9fb469f07ca4c5bf4ca184.tar.gz
anaconda-61bf7b98c090e3332e9fb469f07ca4c5bf4ca184.tar.xz
anaconda-61bf7b98c090e3332e9fb469f07ca4c5bf4ca184.zip
remove old loader dir. for referencing, go back to anaconda-8-0-branch
Diffstat (limited to 'loader/misc.h')
-rw-r--r--loader/misc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/loader/misc.h b/loader/misc.h
deleted file mode 100644
index 3e673d6e5..000000000
--- a/loader/misc.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef H_LOADER_MISC_H
-#define H_LOADER_MISC_H
-#include <stdio.h>
-#include <stdarg.h>
-
-int copyFile(char * source, char * dest);
-int copyFileFd(int infd, char * dest);
-char * readLine(FILE * f);
-int simpleStringCmp(const void * a, const void * b);
-char * sdupprintf(const char *format, ...);
-
-#endif