#include <config.h>
#include <sys/types.h>
#include <assert.h>
#include <stdbool.h>
#include <string.h>
#include <discover.h>
#include <discover-conf.h>
#include <discover-xml.h>
#include "device.h"
#include "utils.h"
Go to the source code of this file.
This file contains many device-related routines. Most of these routines are used to alter or access data pertaining to a device. These routines will likely be most interesting to people writing code against the Discover API.
Definition in file device.c.