From 7bdf8b8acec8d3eed61ff2f24a18ac1c97cd365f Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 22 Apr 2010 14:15:25 +0200 Subject: 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 --- include/libmnl/libmnl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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 /* - * 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)) -- cgit v1.2.3