summaryrefslogtreecommitdiff
path: root/accel-pppd/libnetlink/genl.h
blob: 5239d86945d23422dfd3f08cf31835c69c6c5f5a (plain)
1
2
3
4
5
6
#ifndef __GENL_H
#define __GENL_H

int genl_resolve_mcg(const char *family, const char *name, int *fam_id);

#endif