diff options
Diffstat (limited to 'hald/hald.h')
-rw-r--r-- | hald/hald.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hald/hald.h b/hald/hald.h index 8cfbede6..58cdecbe 100644 --- a/hald/hald.h +++ b/hald/hald.h @@ -30,6 +30,7 @@ #include <stdint.h> #include <dbus/dbus.h> +#include "device_store.h" /** * @addtogroup HalDaemon @@ -43,6 +44,9 @@ void* xmalloc(unsigned int how_much); void property_atomic_update_begin(); void property_atomic_update_end(); +void emit_condition(HalDevice* device, const char* condition_name, + int first_arg_type, ... ); + /** * @} */ |