diff --git a/source/libdnet/dclient.d b/source/libdnet/dclient.d index 6816ae0..50fe206 100644 --- a/source/libdnet/dclient.d +++ b/source/libdnet/dclient.d @@ -66,7 +66,7 @@ public final class DClient /** * Receives the head of the notification queue */ - private byte[] awaitNotification() + public byte[] awaitNotification() { /* The received notification */ byte[] notification;