diff options
author | Erik Troan <ewt@redhat.com> | 2001-10-03 23:32:37 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-10-03 23:32:37 +0000 |
commit | 0e5929d0486328301e1dafbc15fa969b8d0f49d3 (patch) | |
tree | 4240a5839d9d233a8c466e769855260a323f38bd /loader/misc.h | |
parent | e69dd253220c61a134f1c93f33947597c6130e23 (diff) | |
download | anaconda-0e5929d0486328301e1dafbc15fa969b8d0f49d3.tar.gz anaconda-0e5929d0486328301e1dafbc15fa969b8d0f49d3.tar.xz anaconda-0e5929d0486328301e1dafbc15fa969b8d0f49d3.zip |
*** empty log message ***
Diffstat (limited to 'loader/misc.h')
-rw-r--r-- | loader/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/misc.h b/loader/misc.h index ce4b39b73..2958b4038 100644 --- a/loader/misc.h +++ b/loader/misc.h @@ -4,5 +4,6 @@ int copyFile(char * source, char * dest); int copyFileFd(int infd, char * dest); char * readLine(FILE * f); +int simpleStringCmp(const void * a, const void * b); #endif |