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




                   
                      

                        

                                                             
 
                       
#ifndef LYUPLOAD_H
#define LYUPLOAD_H

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

extern int LYUpload(char *line);
extern int LYUpload_options(char **newfile, char *directory);

#endif /* LYUPLOAD_H */