diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-07 09:15:42 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-07 09:16:05 +0200 |
commit | 3492219e211678c56b48d3f544cb0c0da9d606a0 (patch) | |
tree | 447a8b9febb0007bc7e7189af869fe9592a991db /main.c | |
parent | 35a4acbb989cabbbbf90e0f720149f2e95c727b5 (diff) |
move some code to utils.[ch]
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -6,11 +6,6 @@ #include "netifd.h" #include "ubus.h" -int avl_strcmp(const void *k1, const void *k2, void *ptr) -{ - return strcmp(k1, k2); -} - static int usage(const char *progname) { fprintf(stderr, "Usage: %s [options]\n" |