List:MaxDB« Previous MessageNext Message »
From:Per Jessen Date:August 19 2002 9:21am
Subject:linux/390 build - type conflicts veo13.c, heo13.h
View as plain text  
All,
heo13.c defines the prototypes for the functions :
sqlxuopenuser(), sqlxucloseuser(), sqlputuser(), sqlgetuser(), and sqlindexuser().
For all of these, the last argument is a pointer to a bool - "tsp00_BoolAddr pbOk" - a
return flag. But, where the functions are defined, in veo13.c, they are declared with
this type being "bool *pbOk"

I had a look around for the definition of tsp00_BoolAddr, but couldn't find it. It seemed
a safe assumption that tsp00_BoolAddr would be the same as bool*, so I changed
veo13.c to use tsp00_BoolAddr instead. 

Comments? Has anyone seen the same problem ?

thanks,
Per Jessen, Zurich

Thread
linux/390 build - type conflicts veo13.c, heo13.hPer Jessen19 Aug
RE: linux/390 build - type conflicts veo13.c, heo13.hMark K Post19 Aug
  • RE: linux/390 build - type conflicts veo13.c, heo13.hPer Jessen20 Aug