<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="DejaVu Sans">Hi,<br>
<br>
I have a question/comment about a minor API inconsistency. I have
a routine that takes function pointers from the following
functions:<br>
</font>
<blockquote><font face="DejaVu Sans">rtnl_rule_set_src</font><br>
<font face="DejaVu Sans">rtnl_rule_set_dst</font><br>
<font face="DejaVu Sans">rtnl_route_set_src</font><br>
<font face="DejaVu Sans">rtnl_route_set_dst</font><br>
<font face="DejaVu Sans">rtnl_route_set_pref_src</font><br>
<font face="DejaVu Sans">rtnl_route_nh_set_gateway</font><br>
</blockquote>
<font face="DejaVu Sans">All of these except for </font><font
face="DejaVu Sans">rtnl_route_nh_set_gateway</font><font
face="DejaVu Sans">() return an int. I can easily wrap this </font><font
face="DejaVu Sans">but it seemed worth mentioning that of all the
nl_addr "setters" this was the only one to not return an int.<br>
<br>
JM<br>
</font>
</body>
</html>