#ifndef __TFTP_H #define __TFTP_H int tftp_get(unsigned int ip, const char *filename, char *buffer); #endif /* __TFTP_H */