--- libaitio/inc/aitio.h 2011/04/19 21:07:32 1.7.2.1 +++ libaitio/inc/aitio.h 2011/04/19 21:43:18 1.7.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.7.2.1 2011/04/19 21:07:32 misho Exp $ +* $Id: aitio.h,v 1.7.2.2 2011/04/19 21:43:18 misho Exp $ * *************************************************************************/ #ifndef __AITIO_H @@ -390,7 +390,8 @@ int ioCipher(unsigned char *pInput, int inLen, unsigne * @nMode = Mode 0 - decrypting or 1 - encrypting * return: 0 not present data or error!; >0 number of processed and returned bytes into ppOutput */ -int io_Blowfish(u_char *pInput, int inLen, u_char **ppOutput, u_char *pKey, u_char *pIV, int nMode); +int io_Blowfish(unsigned char *pInput, int inLen, unsigned char **ppOutput, + unsigned char *pKey, unsigned char *pIV, int nMode); #endif