Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/networking/libiproute/ll_map.h

    r2725 r3621  
    88int ll_init_map(struct rtnl_handle *rth) FAST_FUNC;
    99int xll_name_to_index(const char *name) FAST_FUNC;
     10//static: const char *ll_idx_n2a(int idx, char *buf) FAST_FUNC;
    1011const char *ll_index_to_name(int idx) FAST_FUNC;
    11 const char *ll_idx_n2a(int idx, char *buf) FAST_FUNC;
    1212/* int ll_index_to_type(int idx); */
    1313unsigned ll_index_to_flags(int idx) FAST_FUNC;
Note: See TracChangeset for help on using the changeset viewer.