summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-04-22 14:15:25 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2010-04-22 14:15:25 +0200
commit7bdf8b8acec8d3eed61ff2f24a18ac1c97cd365f (patch)
tree7644a5606f83d48b9eaedb3eb5b18f8b4b24a2f5
parenta4ae4201a45858516cfb3e63ffd12c2d12acbb70 (diff)
remove references to 'generic' in header file
The term 'Generic' is used in GeNetlink, we don't want any confusion with it. Better remove it. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--include/libmnl/libmnl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libmnl/libmnl.h b/include/libmnl/libmnl.h
index cf91739..95167a3 100644
--- a/include/libmnl/libmnl.h
+++ b/include/libmnl/libmnl.h
@@ -7,7 +7,7 @@
#include <linux/netlink.h>
/*
- * generic netlink socket API
+ * Netlink socket API
*/
#define MNL_SOCKET_AUTOPID 0
@@ -27,7 +27,7 @@ extern int mnl_socket_setsockopt(const struct mnl_socket *nl, int type, void *bu
extern int mnl_socket_getsockopt(const struct mnl_socket *nl, int type, void *buf, socklen_t *len);
/*
- * generic netlink message API
+ * Netlink message API
*/
#define MNL_ALIGNTO 4
@@ -61,7 +61,7 @@ extern void *mnl_nlmsg_get_payload_tail(const struct nlmsghdr *nlh);
extern void mnl_nlmsg_fprintf(FILE *fd, const struct nlmsghdr *nlh);
/*
- * generic netlink attributes API
+ * Netlink attributes API
*/
#define MNL_ATTR_HDRLEN MNL_ALIGN(sizeof(struct nlattr))