summaryrefslogtreecommitdiffstats
path: root/src/device-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device-common.h')
-rw-r--r--src/device-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device-common.h b/src/device-common.h
index ff27961..398c5a1 100644
--- a/src/device-common.h
+++ b/src/device-common.h
@@ -29,3 +29,6 @@ typedef struct _device_common {
} device_common_t;
bool device_common_process_config(device_common_t *device, struct json_object *config);
+
+void device_common_init(device_common_t *device, int ifindex);
+void device_common_release(device_common_t *device, int ifindex);