about summary refs log blame commit diff stats
path: root/src/LYDownload.h
blob: f80177db09dad374bae03219785c0b88b0e89703 (plain) (tree)
1
2
3
4
5
6
7
8
9



                    
                      

                        

                                                               
 


                           
 
                         
#ifndef LYDOWNLOAD_H
#define LYDOWNLOAD_H

#ifndef LYSTRUCTS_H
#include <LYStructs.h>
#endif /* LYSTRUCTS_H */

extern void LYDownload(char *line);
extern int LYdownload_options(char **newfile, char *data_file);

#ifdef VMS
extern BOOLEAN LYDidRename;
#endif

#endif /* LYDOWNLOAD_H */