--- libaitio/inc/aitio.h 2013/05/30 09:10:13 1.30 +++ libaitio/inc/aitio.h 2013/06/04 12:44:46 1.31 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.30 2013/05/30 09:10:13 misho Exp $ +* $Id: aitio.h,v 1.31 2013/06/04 12:44:46 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -338,6 +338,13 @@ size_t ioSendFile(int s, const char *csFile, size_t se */ size_t ioRecvFile(int s, const char *csFile, size_t recvLen, int over, int rcvbuf); +/* + * ioRealFileName() - Get real file name + * + * @fname = filename + * return: =NULL error or !=NULL real filename, should be free with e_free() + */ +char *ioRealFileName(const char *fname); /* Buffered file access over memory block */