Shahbaz Youssefi 469dd9623a Be able to take string literal as ifname
`ifname` as the argument of `ec_init` and related functions is not
changed, and therefore can be safely retyped to `const char *`.  This
allows using string literals. For example:

    ec_init(argc > 1 ? argv[1] : "eth0");

Signed-off-by: Shahbaz Youssefi <syoussefi@kinova.ca>
2015-12-21 10:56:49 -05:00
..
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-11-04 13:02:33 +01:00
2015-12-18 09:38:09 -05:00