- add WIP stub for tc.

Printing worked at some point. Modify/Delete needs some refacturing.
This commit is contained in:
Bernhard Reutner-Fischer
2008-09-04 13:22:58 +00:00
parent 161931efa5
commit 0901c51518
7 changed files with 579 additions and 4 deletions

View File

@@ -24,10 +24,9 @@ extern const char* ll_addr_n2a(unsigned char *addr, int alen, int type,
char *buf, int blen);
extern int ll_addr_a2n(unsigned char *lladdr, int len, char *arg);
#ifdef UNUSED
extern const char* ll_proto_n2a(unsigned short id, char *buf, int len);
extern int ll_proto_a2n(unsigned short *id, char *buf);
#endif
#if __GNUC_PREREQ(4,1)
# pragma GCC visibility pop