From 8b5af11ebe1211861b422cc6737219c28594eecd Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 1 Jun 2019 12:30:14 +0200 Subject: device: move more common functions --- src/device-common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/device-common.h') 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); -- cgit v1.2.3