#ifndef DUPLICHECK_LISTENER_H_
#define DUPLICHECK_LISTENER_H_
+#include "duplicheck_notify.h"
+
#include <bus/listeners/listener.h>
typedef struct duplicheck_listener_t duplicheck_listener_t;
/**
* Create a duplicheck_listener instance.
+ *
+ * @param notify socket to send notifications to
+ * @return listener
*/
-duplicheck_listener_t *duplicheck_listener_create();
+duplicheck_listener_t *duplicheck_listener_create(duplicheck_notify_t *notify);
#endif /** DUPLICHECK_LISTENER_H_ @}*/