From 43f7f54dadecb1d11b4fd9cd2af4889043865490 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 11 Jun 2017 11:14:40 +0100 Subject: Switch to a check based test suite, start fixing bugs --- include/nslog/nslog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/nslog/nslog.h b/include/nslog/nslog.h index 550bffb..fc3ead4 100644 --- a/include/nslog/nslog.h +++ b/include/nslog/nslog.h @@ -104,6 +104,7 @@ void nslog__log(nslog_entry_context_t *ctx, typedef enum { NSLOG_NO_ERROR = 0, NSLOG_NO_MEMORY = 1, + NSLOG_UNCORKED = 2, } nslog_error; typedef void (*nslog_callback)(void *context, nslog_entry_context_t *ctx, -- cgit v1.2.3