#ifndef foonetlinkhfoo #define foonetlinkhfoo #include #include #include #include struct _flxNetlink; typedef struct _flxNetlink flxNetlink; flxNetlink *flx_netlink_new(GMainContext *c, guint32 groups, void (*cb) (flxNetlink *n, struct nlmsghdr *m, gpointer userdata), gpointer userdata); void flx_netlink_free(flxNetlink *n); int flx_netlink_send(flxNetlink *n, struct nlmsghdr *m, guint *ret_seq); #endif