Convert to "bool".

This commit is contained in:
Ralf Corsepius
2008-09-09 07:33:46 +00:00
parent 896f13f2dd
commit e9233c57f6
5 changed files with 41 additions and 41 deletions

View File

@@ -557,7 +557,7 @@ the command @code{route add default gw yyy.yyy.yyy.yyy}:
@example
void mon_ifconfig(int argc, char *argv[], unsigned32 command_arg,
boolean verbose)
bool verbose)
@{
struct sockaddr_in ipaddr;
struct sockaddr_in dstaddr;
@@ -761,7 +761,7 @@ void mon_ifconfig(int argc, char *argv[], unsigned32 command_arg,
void mon_route(int argc, char *argv[], unsigned32 command_arg,
boolean verbose)
bool verbose)
@{
int cmd;
struct sockaddr_in dst;