mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
remove files
This commit is contained in:
parent
3d679584f1
commit
a812709841
4 changed files with 1 additions and 13 deletions
|
@ -27,9 +27,6 @@ SET(SOURCES
|
||||||
|
|
||||||
include/utils.h
|
include/utils.h
|
||||||
|
|
||||||
utils/runopts.c
|
|
||||||
include/runopts.h
|
|
||||||
|
|
||||||
utils/dawn_uci.c
|
utils/dawn_uci.c
|
||||||
include/dawn_uci.h
|
include/dawn_uci.h
|
||||||
|
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#ifndef __DAWN_RUNOPTS_H_
|
|
||||||
#define __DAWN_RUNOPTS_H_
|
|
||||||
|
|
||||||
TODO: Delete
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -9,7 +9,7 @@ static struct uci_context *uci_ctx;
|
||||||
static struct uci_package *uci_pkg;
|
static struct uci_package *uci_pkg;
|
||||||
|
|
||||||
// why is this not included in uci lib...?!
|
// why is this not included in uci lib...?!
|
||||||
// fund here: https://github.com/br101/pingcheck/blob/master/uci.c
|
// found here: https://github.com/br101/pingcheck/blob/master/uci.c
|
||||||
static int uci_lookup_option_int(struct uci_context *uci, struct uci_section *s,
|
static int uci_lookup_option_int(struct uci_context *uci, struct uci_section *s,
|
||||||
const char *name) {
|
const char *name) {
|
||||||
const char *str = uci_lookup_option_string(uci, s, name);
|
const char *str = uci_lookup_option_string(uci, s, name);
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
// TODO: Delete
|
|
||||||
|
|
||||||
#include "runopts.h"
|
|
Loading…
Add table
Add a link
Reference in a new issue