1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

libnl-tiny: remove some more functions to reduce binary size

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25527 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2011-02-13 17:05:34 +00:00
parent 5ae8670731
commit c03d47962e
3 changed files with 9 additions and 2 deletions

View File

@@ -136,6 +136,7 @@ errout:
}
#ifdef disabled
char *genl_op2name(int family, int op, char *buf, size_t len)
{
struct genl_ops *ops;
@@ -158,7 +159,7 @@ char *genl_op2name(int family, int op, char *buf, size_t len)
strncpy(buf, "unknown", len - 1);
return NULL;
}
#endif
/**
* @name Register/Unregister